Cisco-IOS-XR-ipv6-ospfv3-cfg API API Reference

API Endpoint
http://{Controller-IP}:{Controller-Port}/restconf/config/network-topology:network-topology/topology/topology-netconf/node/inetri/yang-ext:mount/
URL '/' code: %2F
Schemes: http
Version: 1.0.0
Leaf Color Code:
   Key  Mandatory  Optional

Paths

OSPFV3 - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/

Update operation of resource: ospfv3

ospfv3body object

Request Content-Types: application/json
Request Example
{
  "intra-area": "integer",
  "external": "integer",
  "inter-area": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/

Create operation of resource: ospfv3

ospfv3body object

Request Content-Types: application/json
Request Example
{
  "intra-area": "integer",
  "external": "integer",
  "inter-area": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/

Delete operation of resource: ospfv3

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/

Retrieve operation of resource: ospfv3

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "intra-area": "integer",
  "external": "integer",
  "inter-area": "integer"
}

PROCESSES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/

Update operation of resource: processes

processesbody object

Request Content-Types: application/json
Request Example
{    {        "ldp-sync": "boolean",
        "spf-prefix-priority-disable": [ null ],
        "prefix-suppression": "boolean",
        "transmit-delay": "integer"
      },          {
            "snmpvrf-trap": [ null ],                "domain-id-name": "string",
                "domain-id-type": "string"
              },                  {
                    "domain-id-name": "string",
                    "domain-id-type": "string"
                  }
                ]
              }
            },
            "prefix-suppression": "boolean",
            "vrf-name": "string",
            "transmit-delay": "integer"
          }
        ]
      },        "af-name": "string",
        "saf-name": "string"
      },          {
            "trace-buf-name": "string",
            "bufsize": "string"
          }
        ]
      },
      "protocol-shutdown": [ null ],
      "process-name": "string",
      "nsr": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESSES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/

Create operation of resource: processes

processesbody object

Request Content-Types: application/json
Request Example
{    {        "ldp-sync": "boolean",
        "spf-prefix-priority-disable": [ null ],
        "prefix-suppression": "boolean",
        "transmit-delay": "integer"
      },          {
            "snmpvrf-trap": [ null ],                "domain-id-name": "string",
                "domain-id-type": "string"
              },                  {
                    "domain-id-name": "string",
                    "domain-id-type": "string"
                  }
                ]
              }
            },
            "prefix-suppression": "boolean",
            "vrf-name": "string",
            "transmit-delay": "integer"
          }
        ]
      },        "af-name": "string",
        "saf-name": "string"
      },          {
            "trace-buf-name": "string",
            "bufsize": "string"
          }
        ]
      },
      "protocol-shutdown": [ null ],
      "process-name": "string",
      "nsr": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESSES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/

Delete operation of resource: processes

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESSES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/

Retrieve operation of resource: processes

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {        "ldp-sync": "boolean",
        "spf-prefix-priority-disable": [ null ],
        "prefix-suppression": "boolean",
        "transmit-delay": "integer"
      },          {
            "snmpvrf-trap": [ null ],                "domain-id-name": "string",
                "domain-id-type": "string"
              },                  {
                    "domain-id-name": "string",
                    "domain-id-type": "string"
                  }
                ]
              }
            },
            "prefix-suppression": "boolean",
            "vrf-name": "string",
            "transmit-delay": "integer"
          }
        ]
      },        "af-name": "string",
        "saf-name": "string"
      },          {
            "trace-buf-name": "string",
            "bufsize": "string"
          }
        ]
      },
      "protocol-shutdown": [ null ],
      "process-name": "string",
      "nsr": "string"
    }
  ]
}

PROCESS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/

Update operation of resource: process

processbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "ldp-sync": "boolean",
    "spf-prefix-priority-disable": [ null ],
    "prefix-suppression": "boolean",
    "transmit-delay": "integer"
  },      {
        "snmpvrf-trap": [ null ],            "domain-id-name": "string",
            "domain-id-type": "string"
          },              {
                "domain-id-name": "string",
                "domain-id-type": "string"
              }
            ]
          }
        },
        "prefix-suppression": "boolean",
        "vrf-name": "string",
        "transmit-delay": "integer"
      }
    ]
  },    "af-name": "string",
    "saf-name": "string"
  },      {
        "trace-buf-name": "string",
        "bufsize": "string"
      }
    ]
  },
  "protocol-shutdown": [ null ],
  "process-name": "string",
  "nsr": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/

Create operation of resource: process

processbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "ldp-sync": "boolean",
    "spf-prefix-priority-disable": [ null ],
    "prefix-suppression": "boolean",
    "transmit-delay": "integer"
  },      {
        "snmpvrf-trap": [ null ],            "domain-id-name": "string",
            "domain-id-type": "string"
          },              {
                "domain-id-name": "string",
                "domain-id-type": "string"
              }
            ]
          }
        },
        "prefix-suppression": "boolean",
        "vrf-name": "string",
        "transmit-delay": "integer"
      }
    ]
  },    "af-name": "string",
    "saf-name": "string"
  },      {
        "trace-buf-name": "string",
        "bufsize": "string"
      }
    ]
  },
  "protocol-shutdown": [ null ],
  "process-name": "string",
  "nsr": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/

Delete operation of resource: process

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/

Retrieve operation of resource: process

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "ldp-sync": "boolean",
    "spf-prefix-priority-disable": [ null ],
    "prefix-suppression": "boolean",
    "transmit-delay": "integer"
  },      {
        "snmpvrf-trap": [ null ],            "domain-id-name": "string",
            "domain-id-type": "string"
          },              {
                "domain-id-name": "string",
                "domain-id-type": "string"
              }
            ]
          }
        },
        "prefix-suppression": "boolean",
        "vrf-name": "string",
        "transmit-delay": "integer"
      }
    ]
  },    "af-name": "string",
    "saf-name": "string"
  },      {
        "trace-buf-name": "string",
        "bufsize": "string"
      }
    ]
  },
  "protocol-shutdown": [ null ],
  "process-name": "string",
  "nsr": "string"
}

DEFAULT-VRF - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/

Update operation of resource: default-vrf

default-vrfbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "ldp-sync": "boolean",
  "spf-prefix-priority-disable": [ null ],
  "prefix-suppression": "boolean",
  "transmit-delay": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-VRF - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/

Create operation of resource: default-vrf

default-vrfbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "ldp-sync": "boolean",
  "spf-prefix-priority-disable": [ null ],
  "prefix-suppression": "boolean",
  "transmit-delay": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-VRF - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/

Delete operation of resource: default-vrf

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-VRF - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/

Retrieve operation of resource: default-vrf

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "ldp-sync": "boolean",
  "spf-prefix-priority-disable": [ null ],
  "prefix-suppression": "boolean",
  "transmit-delay": "integer"
}

AREA-ADDRESSES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/

Update operation of resource: area-addresses

area-addressesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "area-address": [ null ],
  "area-area-id": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESSES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/

Create operation of resource: area-addresses

area-addressesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "area-address": [ null ],
  "area-area-id": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESSES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/

Delete operation of resource: area-addresses

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESSES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/

Retrieve operation of resource: area-addresses

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "area-address": [ null ],
  "area-area-id": [ null ]
}

AREA-ADDRESS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/

Update operation of resource: area-address

area-addressbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/

Create operation of resource: area-address

area-addressbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/

Delete operation of resource: area-address

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/

Retrieve operation of resource: area-address

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

AUTHENTICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/authentication/

Update operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/authentication/

Delete operation of resource: authentication

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/authentication/

Retrieve operation of resource: authentication

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

BFD - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/bfd/

Update operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/bfd/

Create operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/bfd/

Delete operation of resource: bfd

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/bfd/

Retrieve operation of resource: bfd

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

RANGES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/ranges/

Update operation of resource: ranges

rangesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/ranges/

Create operation of resource: ranges

rangesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/ranges/

Delete operation of resource: ranges

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/ranges/

Retrieve operation of resource: ranges

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}

RANGE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/ranges/range/{prefix prefix-length}/

Update operation of resource: range

rangebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/ranges/range/{prefix prefix-length}/

Create operation of resource: range

rangebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/ranges/range/{prefix prefix-length}/

Delete operation of resource: range

process-name: string
in path

ID of process-name

address: string
in path

ID of address

prefix prefix-length: string
in path

ID of prefix prefix-length

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/ranges/range/{prefix prefix-length}/

Retrieve operation of resource: range

process-name: string
in path

ID of process-name

address: string
in path

ID of address

prefix prefix-length: string
in path

ID of prefix prefix-length

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}

ENCRYPTION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/encryption/

Update operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/encryption/

Delete operation of resource: encryption

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/encryption/

Retrieve operation of resource: encryption

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

NSSA - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/nssa/

Update operation of resource: nssa

nssabody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/nssa/

Create operation of resource: nssa

nssabody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/nssa/

Delete operation of resource: nssa

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/nssa/

Retrieve operation of resource: nssa

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}

DATABASE-FILTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/database-filter/

Update operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/database-filter/

Create operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/database-filter/

Delete operation of resource: database-filter

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/database-filter/

Retrieve operation of resource: database-filter

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "out": [ null ]
  }
}

ALL - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/database-filter/all/

Update operation of resource: all

allbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/database-filter/all/

Create operation of resource: all

allbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/database-filter/all/

Delete operation of resource: all

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/database-filter/all/

Retrieve operation of resource: all

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "out": [ null ]
}

DISTRIBUTE-LIST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/distribute-list/

Update operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/distribute-list/

Create operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/distribute-list/

Delete operation of resource: distribute-list

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/distribute-list/

Retrieve operation of resource: distribute-list

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefix-list": "string"
  }
}

IN - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/distribute-list/in/

Update operation of resource: in

inbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/distribute-list/in/

Create operation of resource: in

inbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/distribute-list/in/

Delete operation of resource: in

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/distribute-list/in/

Retrieve operation of resource: in

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix-list": "string"
}

INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/

Update operation of resource: interfaces

interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/

Create operation of resource: interfaces

interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/

Delete operation of resource: interfaces

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/

Retrieve operation of resource: interfaces

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}

INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/

Update operation of resource: interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/

Create operation of resource: interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/

Delete operation of resource: interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/

Retrieve operation of resource: interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}

AUTHENTICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/authentication/

Update operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/authentication/

Delete operation of resource: authentication

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/authentication/

Retrieve operation of resource: authentication

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

NEIGHBORS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/

Update operation of resource: neighbors

neighborsbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/

Create operation of resource: neighbors

neighborsbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/

Delete operation of resource: neighbors

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/

Retrieve operation of resource: neighbors

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}

NEIGHBOR - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Update operation of resource: neighbor

neighborbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Request Content-Types: application/json
Request Example
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Create operation of resource: neighbor

neighborbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Request Content-Types: application/json
Request Example
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Delete operation of resource: neighbor

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Retrieve operation of resource: neighbor

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}

ENCRYPTION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/encryption/

Update operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/encryption/

Delete operation of resource: encryption

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/encryption/

Retrieve operation of resource: encryption

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

BFD - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/bfd/

Update operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/bfd/

Create operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/bfd/

Delete operation of resource: bfd

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/bfd/

Retrieve operation of resource: bfd

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

DATABASE-FILTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/

Update operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/

Create operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/

Delete operation of resource: database-filter

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/

Retrieve operation of resource: database-filter

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "out": [ null ]
  }
}

ALL - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/all/

Update operation of resource: all

allbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/all/

Create operation of resource: all

allbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/all/

Delete operation of resource: all

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/all/

Retrieve operation of resource: all

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "out": [ null ]
}

DISTRIBUTE-LIST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/

Update operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/

Create operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/

Delete operation of resource: distribute-list

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/

Retrieve operation of resource: distribute-list

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefix-list": "string"
  }
}

IN - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/in/

Update operation of resource: in

inbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/in/

Create operation of resource: in

inbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/in/

Delete operation of resource: in

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/in/

Retrieve operation of resource: in

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix-list": "string"
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-link/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-link/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-link/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-link/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "interface-name": "string"
      }
    ]
  }
}

CANDIDATE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Update operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Delete operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Retrieve operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

CANDIDATE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Update operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Delete operation of resource: candidate-interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Retrieve operation of resource: candidate-interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

EXCLUDE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Update operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Delete operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Retrieve operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

EXCLUDE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Update operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Delete operation of resource: exclude-interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Retrieve operation of resource: exclude-interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

AREA-SCOPE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/

Update operation of resource: area-scope

area-scopebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/

Create operation of resource: area-scope

area-scopebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/

Delete operation of resource: area-scope

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/

Retrieve operation of resource: area-scope

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-link/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-link/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-link/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-link/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "interface-name": "string"
      }
    ]
  }
}

CANDIDATE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Update operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Delete operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Retrieve operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

CANDIDATE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Update operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Delete operation of resource: candidate-interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Retrieve operation of resource: candidate-interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

EXCLUDE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Update operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Delete operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Retrieve operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

EXCLUDE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Update operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Delete operation of resource: exclude-interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Retrieve operation of resource: exclude-interface

process-name: string
in path

ID of process-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

SHAM-LINKS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/sham-links/

Create operation of resource: sham-links

sham-linksbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "dead-interval": "integer",
      "enable": [ null ],
      "hello-interval": "integer",
      "source-address": "string",        "authentication-algorithm": "string",
        "enable": "boolean",
        "authentication-password": "string",
        "spi": "integer",
        "encryption-algorithm": "string",
        "encryption-password": "string"
      },
      "transmit-delay": "integer",
      "retransmit-interval": "integer",        "spi": "integer",
        "password": "string",
        "enable": "boolean",
        "algorithm": "string"
      },
      "destination-address": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SHAM-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/sham-links/sham-link/{source-address destination-address}/

Create operation of resource: sham-link

sham-linkbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "dead-interval": "integer",
  "enable": [ null ],
  "hello-interval": "integer",
  "source-address": "string",    "authentication-algorithm": "string",
    "enable": "boolean",
    "authentication-password": "string",
    "spi": "integer",
    "encryption-algorithm": "string",
    "encryption-password": "string"
  },
  "transmit-delay": "integer",
  "retransmit-interval": "integer",    "spi": "integer",
    "password": "string",
    "enable": "boolean",
    "algorithm": "string"
  },
  "destination-address": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/sham-links/sham-link/{source-address destination-address}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/sham-links/sham-link/{source-address destination-address}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIRTUAL-LINKS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/virtual-links/

Create operation of resource: virtual-links

virtual-linksbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "dead-interval": "integer",
      "enable": [ null ],
      "hello-interval": "integer",
      "virtual-link-address": "string",        "authentication-algorithm": "string",
        "enable": "boolean",
        "authentication-password": "string",
        "spi": "integer",
        "encryption-algorithm": "string",
        "encryption-password": "string"
      },
      "transmit-delay": "integer",
      "retransmit-interval": "integer",        "spi": "integer",
        "password": "string",
        "enable": "boolean",
        "algorithm": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIRTUAL-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/virtual-links/virtual-link/{virtual-link-address}/

Create operation of resource: virtual-link

virtual-linkbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "dead-interval": "integer",
  "enable": [ null ],
  "hello-interval": "integer",
  "virtual-link-address": "string",    "authentication-algorithm": "string",
    "enable": "boolean",
    "authentication-password": "string",
    "spi": "integer",
    "encryption-algorithm": "string",
    "encryption-password": "string"
  },
  "transmit-delay": "integer",
  "retransmit-interval": "integer",    "spi": "integer",
    "password": "string",
    "enable": "boolean",
    "algorithm": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/virtual-links/virtual-link/{virtual-link-address}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-address/{address}/virtual-links/virtual-link/{virtual-link-address}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

address: string
in path

ID of address

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-AREA-ID - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/

Update operation of resource: area-area-id

area-area-idbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-AREA-ID - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/

Create operation of resource: area-area-id

area-area-idbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-AREA-ID - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/

Delete operation of resource: area-area-id

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-AREA-ID - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/

Retrieve operation of resource: area-area-id

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

AUTHENTICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/authentication/

Update operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/authentication/

Delete operation of resource: authentication

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/authentication/

Retrieve operation of resource: authentication

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

BFD - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/bfd/

Update operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/bfd/

Create operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/bfd/

Delete operation of resource: bfd

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/bfd/

Retrieve operation of resource: bfd

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

RANGES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/ranges/

Update operation of resource: ranges

rangesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/ranges/

Create operation of resource: ranges

rangesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/ranges/

Delete operation of resource: ranges

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/ranges/

Retrieve operation of resource: ranges

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}

RANGE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/ranges/range/{prefix prefix-length}/

Update operation of resource: range

rangebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/ranges/range/{prefix prefix-length}/

Create operation of resource: range

rangebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/ranges/range/{prefix prefix-length}/

Delete operation of resource: range

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

prefix prefix-length: string
in path

ID of prefix prefix-length

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/ranges/range/{prefix prefix-length}/

Retrieve operation of resource: range

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

prefix prefix-length: string
in path

ID of prefix prefix-length

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}

ENCRYPTION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/encryption/

Update operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/encryption/

Delete operation of resource: encryption

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/encryption/

Retrieve operation of resource: encryption

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

NSSA - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/nssa/

Update operation of resource: nssa

nssabody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/nssa/

Create operation of resource: nssa

nssabody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/nssa/

Delete operation of resource: nssa

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/nssa/

Retrieve operation of resource: nssa

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}

DATABASE-FILTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/database-filter/

Update operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/database-filter/

Create operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/database-filter/

Delete operation of resource: database-filter

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/database-filter/

Retrieve operation of resource: database-filter

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "out": [ null ]
  }
}

ALL - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/database-filter/all/

Update operation of resource: all

allbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/database-filter/all/

Create operation of resource: all

allbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/database-filter/all/

Delete operation of resource: all

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/database-filter/all/

Retrieve operation of resource: all

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "out": [ null ]
}

DISTRIBUTE-LIST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/distribute-list/

Update operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/distribute-list/

Create operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/distribute-list/

Delete operation of resource: distribute-list

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/distribute-list/

Retrieve operation of resource: distribute-list

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefix-list": "string"
  }
}

IN - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/distribute-list/in/

Update operation of resource: in

inbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/distribute-list/in/

Create operation of resource: in

inbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/distribute-list/in/

Delete operation of resource: in

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/distribute-list/in/

Retrieve operation of resource: in

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix-list": "string"
}

INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/

Update operation of resource: interfaces

interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/

Create operation of resource: interfaces

interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/

Delete operation of resource: interfaces

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/

Retrieve operation of resource: interfaces

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}

INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/

Update operation of resource: interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/

Create operation of resource: interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/

Delete operation of resource: interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/

Retrieve operation of resource: interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}

AUTHENTICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/authentication/

Update operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/authentication/

Delete operation of resource: authentication

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/authentication/

Retrieve operation of resource: authentication

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

NEIGHBORS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/

Update operation of resource: neighbors

neighborsbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/

Create operation of resource: neighbors

neighborsbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/

Delete operation of resource: neighbors

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/

Retrieve operation of resource: neighbors

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}

NEIGHBOR - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Update operation of resource: neighbor

neighborbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Request Content-Types: application/json
Request Example
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Create operation of resource: neighbor

neighborbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Request Content-Types: application/json
Request Example
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Delete operation of resource: neighbor

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Retrieve operation of resource: neighbor

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}

ENCRYPTION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/encryption/

Update operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/encryption/

Delete operation of resource: encryption

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/encryption/

Retrieve operation of resource: encryption

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

BFD - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/bfd/

Update operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/bfd/

Create operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/bfd/

Delete operation of resource: bfd

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/bfd/

Retrieve operation of resource: bfd

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

DATABASE-FILTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/

Update operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/

Create operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/

Delete operation of resource: database-filter

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/

Retrieve operation of resource: database-filter

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "out": [ null ]
  }
}

ALL - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/all/

Update operation of resource: all

allbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/all/

Create operation of resource: all

allbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/all/

Delete operation of resource: all

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/all/

Retrieve operation of resource: all

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "out": [ null ]
}

DISTRIBUTE-LIST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/

Update operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/

Create operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/

Delete operation of resource: distribute-list

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/

Retrieve operation of resource: distribute-list

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefix-list": "string"
  }
}

IN - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/in/

Update operation of resource: in

inbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/in/

Create operation of resource: in

inbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/in/

Delete operation of resource: in

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/in/

Retrieve operation of resource: in

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix-list": "string"
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-link/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-link/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-link/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-link/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "interface-name": "string"
      }
    ]
  }
}

CANDIDATE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Update operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Delete operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Retrieve operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

CANDIDATE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Update operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Delete operation of resource: candidate-interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Retrieve operation of resource: candidate-interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

EXCLUDE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Update operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Delete operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Retrieve operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

EXCLUDE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Update operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Delete operation of resource: exclude-interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Retrieve operation of resource: exclude-interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

AREA-SCOPE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/

Update operation of resource: area-scope

area-scopebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/

Create operation of resource: area-scope

area-scopebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/

Delete operation of resource: area-scope

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/

Retrieve operation of resource: area-scope

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-link/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-link/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-link/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-link/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "interface-name": "string"
      }
    ]
  }
}

CANDIDATE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Update operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Delete operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Retrieve operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

CANDIDATE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Update operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Delete operation of resource: candidate-interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Retrieve operation of resource: candidate-interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

EXCLUDE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Update operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Delete operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Retrieve operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

EXCLUDE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Update operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Delete operation of resource: exclude-interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Retrieve operation of resource: exclude-interface

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

SHAM-LINKS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/sham-links/

Create operation of resource: sham-links

sham-linksbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "dead-interval": "integer",
      "enable": [ null ],
      "hello-interval": "integer",
      "source-address": "string",        "authentication-algorithm": "string",
        "enable": "boolean",
        "authentication-password": "string",
        "spi": "integer",
        "encryption-algorithm": "string",
        "encryption-password": "string"
      },
      "transmit-delay": "integer",
      "retransmit-interval": "integer",        "spi": "integer",
        "password": "string",
        "enable": "boolean",
        "algorithm": "string"
      },
      "destination-address": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SHAM-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/sham-links/sham-link/{source-address destination-address}/

Create operation of resource: sham-link

sham-linkbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "dead-interval": "integer",
  "enable": [ null ],
  "hello-interval": "integer",
  "source-address": "string",    "authentication-algorithm": "string",
    "enable": "boolean",
    "authentication-password": "string",
    "spi": "integer",
    "encryption-algorithm": "string",
    "encryption-password": "string"
  },
  "transmit-delay": "integer",
  "retransmit-interval": "integer",    "spi": "integer",
    "password": "string",
    "enable": "boolean",
    "algorithm": "string"
  },
  "destination-address": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/sham-links/sham-link/{source-address destination-address}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/sham-links/sham-link/{source-address destination-address}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIRTUAL-LINKS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/virtual-links/

Create operation of resource: virtual-links

virtual-linksbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "dead-interval": "integer",
      "enable": [ null ],
      "hello-interval": "integer",
      "virtual-link-address": "string",        "authentication-algorithm": "string",
        "enable": "boolean",
        "authentication-password": "string",
        "spi": "integer",
        "encryption-algorithm": "string",
        "encryption-password": "string"
      },
      "transmit-delay": "integer",
      "retransmit-interval": "integer",        "spi": "integer",
        "password": "string",
        "enable": "boolean",
        "algorithm": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIRTUAL-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/virtual-links/virtual-link/{virtual-link-address}/

Create operation of resource: virtual-link

virtual-linkbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "dead-interval": "integer",
  "enable": [ null ],
  "hello-interval": "integer",
  "virtual-link-address": "string",    "authentication-algorithm": "string",
    "enable": "boolean",
    "authentication-password": "string",
    "spi": "integer",
    "encryption-algorithm": "string",
    "encryption-password": "string"
  },
  "transmit-delay": "integer",
  "retransmit-interval": "integer",    "spi": "integer",
    "password": "string",
    "enable": "boolean",
    "algorithm": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/virtual-links/virtual-link/{virtual-link-address}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/area-addresses/area-area-id/{area-id}/virtual-links/virtual-link/{virtual-link-address}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

area-id: string
in path

ID of area-id

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIMERS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/

Update operation of resource: timers

timersbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "arrival": "integer"
  },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    }
  },    "flood": "integer",
    "retransmission": "integer",
    "lsa-group": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIMERS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/

Create operation of resource: timers

timersbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "arrival": "integer"
  },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    }
  },    "flood": "integer",
    "retransmission": "integer",
    "lsa-group": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIMERS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/

Delete operation of resource: timers

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIMERS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/

Retrieve operation of resource: timers

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "arrival": "integer"
  },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    }
  },    "flood": "integer",
    "retransmission": "integer",
    "lsa-group": "integer"
  }
}

PACING - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/pacing/

Update operation of resource: pacing

pacingbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "flood": "integer",
  "retransmission": "integer",
  "lsa-group": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PACING - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/pacing/

Create operation of resource: pacing

pacingbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "flood": "integer",
  "retransmission": "integer",
  "lsa-group": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PACING - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/pacing/

Delete operation of resource: pacing

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PACING - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/pacing/

Retrieve operation of resource: pacing

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "flood": "integer",
  "retransmission": "integer",
  "lsa-group": "integer"
}

LSA-TIMERS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/lsa-timers/

Update operation of resource: lsa-timers

lsa-timersbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "arrival": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA-TIMERS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/lsa-timers/

Create operation of resource: lsa-timers

lsa-timersbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "arrival": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA-TIMERS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/lsa-timers/

Delete operation of resource: lsa-timers

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA-TIMERS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/lsa-timers/

Retrieve operation of resource: lsa-timers

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "arrival": "integer"
}

THROTTLE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/

Update operation of resource: throttle

throttlebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  },    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

THROTTLE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/

Create operation of resource: throttle

throttlebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  },    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

THROTTLE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/

Delete operation of resource: throttle

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

THROTTLE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/

Retrieve operation of resource: throttle

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  },    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  }
}

LSA - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/lsa/

Update operation of resource: lsa

lsabody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "mospf": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/lsa/

Create operation of resource: lsa

lsabody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "mospf": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/lsa/

Delete operation of resource: lsa

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/lsa/

Retrieve operation of resource: lsa

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "mospf": [ null ]
}

SPF - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/spf/

Update operation of resource: spf

spfbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "maximum-delay": "integer",
  "minimum-delay": "integer",
  "first-delay": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SPF - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/spf/

Create operation of resource: spf

spfbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "maximum-delay": "integer",
  "minimum-delay": "integer",
  "first-delay": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SPF - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/spf/

Delete operation of resource: spf

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SPF - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/timers/throttle/spf/

Retrieve operation of resource: spf

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "maximum-delay": "integer",
  "minimum-delay": "integer",
  "first-delay": "integer"
}

SUMMARY-PREFIXES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/summary-prefixes/

Update operation of resource: summary-prefixes

summary-prefixesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "tag": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIXES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/summary-prefixes/

Create operation of resource: summary-prefixes

summary-prefixesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "tag": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIXES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/summary-prefixes/

Delete operation of resource: summary-prefixes

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIXES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/summary-prefixes/

Retrieve operation of resource: summary-prefixes

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "prefix": "string",
      "tag": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}

SUMMARY-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/summary-prefixes/summary-prefix/{prefix prefix-length}/

Update operation of resource: summary-prefix

summary-prefixbody object

process-name: string
in path

ID of process-name

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "tag": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/summary-prefixes/summary-prefix/{prefix prefix-length}/

Create operation of resource: summary-prefix

summary-prefixbody object

process-name: string
in path

ID of process-name

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "tag": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/summary-prefixes/summary-prefix/{prefix prefix-length}/

Delete operation of resource: summary-prefix

process-name: string
in path

ID of process-name

prefix prefix-length: string
in path

ID of prefix prefix-length

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/summary-prefixes/summary-prefix/{prefix prefix-length}/

Retrieve operation of resource: summary-prefix

process-name: string
in path

ID of process-name

prefix prefix-length: string
in path

ID of prefix prefix-length

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix": "string",
  "tag": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}

SNMP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/snmp/

Update operation of resource: snmp

snmpbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "max-window-traps": "integer",
    "window-size": "integer"
  },
  "context": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/snmp/

Create operation of resource: snmp

snmpbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "max-window-traps": "integer",
    "window-size": "integer"
  },
  "context": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/snmp/

Delete operation of resource: snmp

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/snmp/

Retrieve operation of resource: snmp

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "max-window-traps": "integer",
    "window-size": "integer"
  },
  "context": "string"
}

TRAP-RATE-LIMIT - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/snmp/trap-rate-limit/

Update operation of resource: trap-rate-limit

trap-rate-limitbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "max-window-traps": "integer",
  "window-size": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-RATE-LIMIT - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/snmp/trap-rate-limit/

Create operation of resource: trap-rate-limit

trap-rate-limitbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "max-window-traps": "integer",
  "window-size": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-RATE-LIMIT - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/snmp/trap-rate-limit/

Delete operation of resource: trap-rate-limit

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-RATE-LIMIT - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/snmp/trap-rate-limit/

Retrieve operation of resource: trap-rate-limit

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "max-window-traps": "integer",
  "window-size": "integer"
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "priority": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "priority": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "priority": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "priority": "string"
}

TIEBREAKERS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/tiebreakers/

Update operation of resource: tiebreakers

tiebreakersbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "tiebreaker-type": "string",
      "tiebreaker-index": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKERS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/tiebreakers/

Create operation of resource: tiebreakers

tiebreakersbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "tiebreaker-type": "string",
      "tiebreaker-index": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKERS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/tiebreakers/

Delete operation of resource: tiebreakers

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKERS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/tiebreakers/

Retrieve operation of resource: tiebreakers

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "tiebreaker-type": "string",
      "tiebreaker-index": "integer"
    }
  ]
}

TIEBREAKER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/tiebreakers/tiebreaker/{tiebreaker-type}/

Update operation of resource: tiebreaker

tiebreakerbody object

process-name: string
in path

ID of process-name

tiebreaker-type: string
in path

ID of tiebreaker-type

Request Content-Types: application/json
Request Example
{
  "tiebreaker-type": "string",
  "tiebreaker-index": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/tiebreakers/tiebreaker/{tiebreaker-type}/

Create operation of resource: tiebreaker

tiebreakerbody object

process-name: string
in path

ID of process-name

tiebreaker-type: string
in path

ID of tiebreaker-type

Request Content-Types: application/json
Request Example
{
  "tiebreaker-type": "string",
  "tiebreaker-index": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/tiebreakers/tiebreaker/{tiebreaker-type}/

Delete operation of resource: tiebreaker

process-name: string
in path

ID of process-name

tiebreaker-type: string
in path

ID of tiebreaker-type

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/fast-reroute/per-prefix/tiebreakers/tiebreaker/{tiebreaker-type}/

Retrieve operation of resource: tiebreaker

process-name: string
in path

ID of process-name

tiebreaker-type: string
in path

ID of tiebreaker-type

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "tiebreaker-type": "string",
  "tiebreaker-index": "integer"
}

DISTANCE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distance/

Update operation of resource: distance

distancebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "administrative": "integer",    "intra-area": "integer",
    "external": "integer",
    "inter-area": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTANCE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distance/

Create operation of resource: distance

distancebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "administrative": "integer",    "intra-area": "integer",
    "external": "integer",
    "inter-area": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTANCE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distance/

Delete operation of resource: distance

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTANCE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distance/

Retrieve operation of resource: distance

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "administrative": "integer",    "intra-area": "integer",
    "external": "integer",
    "inter-area": "integer"
  }
}

OSPFV3 - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distance/ospfv3/

Update operation of resource: ospfv3

ospfv3body object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "intra-area": "integer",
  "external": "integer",
  "inter-area": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distance/ospfv3/

Create operation of resource: ospfv3

ospfv3body object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "intra-area": "integer",
  "external": "integer",
  "inter-area": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distance/ospfv3/

Delete operation of resource: ospfv3

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distance/ospfv3/

Retrieve operation of resource: ospfv3

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "intra-area": "integer",
  "external": "integer",
  "inter-area": "integer"
}

MAXIMUM - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/maximum/

Update operation of resource: maximum

maximumbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "prefixes": "integer",
    "threshold": "integer",
    "warning-only": [ null ]
  },
  "interfaces": "integer",
  "paths": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAXIMUM - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/maximum/

Create operation of resource: maximum

maximumbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "prefixes": "integer",
    "threshold": "integer",
    "warning-only": [ null ]
  },
  "interfaces": "integer",
  "paths": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAXIMUM - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/maximum/

Delete operation of resource: maximum

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAXIMUM - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/maximum/

Retrieve operation of resource: maximum

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefixes": "integer",
    "threshold": "integer",
    "warning-only": [ null ]
  },
  "interfaces": "integer",
  "paths": "integer"
}

REDISTRIBUTED-PREFIXES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/maximum/redistributed-prefixes/

Update operation of resource: redistributed-prefixes

redistributed-prefixesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "prefixes": "integer",
  "threshold": "integer",
  "warning-only": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTED-PREFIXES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/maximum/redistributed-prefixes/

Create operation of resource: redistributed-prefixes

redistributed-prefixesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "prefixes": "integer",
  "threshold": "integer",
  "warning-only": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTED-PREFIXES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/maximum/redistributed-prefixes/

Delete operation of resource: redistributed-prefixes

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTED-PREFIXES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/maximum/redistributed-prefixes/

Retrieve operation of resource: redistributed-prefixes

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefixes": "integer",
  "threshold": "integer",
  "warning-only": [ null ]
}

REDISTRIBUTES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/

Update operation of resource: redistributes

redistributesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "bgp": [ null ],
      "ospfv3-or-isis-or-application": [ null ],
      "eigrp": [ null ],
      "protocol-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/

Create operation of resource: redistributes

redistributesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "bgp": [ null ],
      "ospfv3-or-isis-or-application": [ null ],
      "eigrp": [ null ],
      "protocol-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/

Delete operation of resource: redistributes

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/

Retrieve operation of resource: redistributes

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "bgp": [ null ],
      "ospfv3-or-isis-or-application": [ null ],
      "eigrp": [ null ],
      "protocol-name": "string"
    }
  ]
}

REDISTRIBUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/

Update operation of resource: redistribute

redistributebody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
{
  "bgp": [ null ],
  "ospfv3-or-isis-or-application": [ null ],
  "eigrp": [ null ],
  "protocol-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/

Create operation of resource: redistribute

redistributebody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
{
  "bgp": [ null ],
  "ospfv3-or-isis-or-application": [ null ],
  "eigrp": [ null ],
  "protocol-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/

Delete operation of resource: redistribute

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/

Retrieve operation of resource: redistribute

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "bgp": [ null ],
  "ospfv3-or-isis-or-application": [ null ],
  "eigrp": [ null ],
  "protocol-name": "string"
}

CONNECTED-OR-STATIC-OR-SUBSCRIBER-OR-MOBILE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/connected-or-static-or-subscriber-or-mobile/

Update operation of resource: connected-or-static-or-subscriber-or-mobile

connected-or-static-or-subscriber-or-mobilebody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONNECTED-OR-STATIC-OR-SUBSCRIBER-OR-MOBILE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/connected-or-static-or-subscriber-or-mobile/

Create operation of resource: connected-or-static-or-subscriber-or-mobile

connected-or-static-or-subscriber-or-mobilebody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONNECTED-OR-STATIC-OR-SUBSCRIBER-OR-MOBILE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/connected-or-static-or-subscriber-or-mobile/

Delete operation of resource: connected-or-static-or-subscriber-or-mobile

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONNECTED-OR-STATIC-OR-SUBSCRIBER-OR-MOBILE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/connected-or-static-or-subscriber-or-mobile/

Retrieve operation of resource: connected-or-static-or-subscriber-or-mobile

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

BGP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/bgp/{as-xx as-yy}/

Update operation of resource: bgp

bgpbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/bgp/{as-xx as-yy}/

Create operation of resource: bgp

bgpbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/bgp/{as-xx as-yy}/

Delete operation of resource: bgp

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/bgp/{as-xx as-yy}/

Retrieve operation of resource: bgp

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

OSPFV3-OR-ISIS-OR-APPLICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/ospfv3-or-isis-or-application/{process-name}/

Update operation of resource: ospfv3-or-isis-or-application

ospfv3-or-isis-or-applicationbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS-OR-APPLICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/ospfv3-or-isis-or-application/{process-name}/

Create operation of resource: ospfv3-or-isis-or-application

ospfv3-or-isis-or-applicationbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS-OR-APPLICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/ospfv3-or-isis-or-application/{process-name}/

Delete operation of resource: ospfv3-or-isis-or-application

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS-OR-APPLICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/ospfv3-or-isis-or-application/{process-name}/

Retrieve operation of resource: ospfv3-or-isis-or-application

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

EIGRP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/eigrp/{as-xx}/

Update operation of resource: eigrp

eigrpbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/eigrp/{as-xx}/

Create operation of resource: eigrp

eigrpbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/eigrp/{as-xx}/

Delete operation of resource: eigrp

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/redistributes/redistribute/{protocol-name}/eigrp/{as-xx}/

Retrieve operation of resource: eigrp

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

IGNORE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/ignore/

Update operation of resource: ignore

ignorebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "mospf": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IGNORE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/ignore/

Create operation of resource: ignore

ignorebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "mospf": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IGNORE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/ignore/

Delete operation of resource: ignore

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IGNORE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/ignore/

Retrieve operation of resource: ignore

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "mospf": [ null ]
  }
}

LSA - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/ignore/lsa/

Update operation of resource: lsa

lsabody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "mospf": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/ignore/lsa/

Create operation of resource: lsa

lsabody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "mospf": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/ignore/lsa/

Delete operation of resource: lsa

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/ignore/lsa/

Retrieve operation of resource: lsa

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "mospf": [ null ]
}

DISTRIBUTE-LIST-OUT - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/

Update operation of resource: distribute-list-out

distribute-list-outbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{      {
        "bgp": [ null ],
        "eigrp": [ null ],
        "ospfv3-or-isis": [ null ],
        "protocol-name": "string",
        "all-or-connected-or-static-prefix-list": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST-OUT - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/

Create operation of resource: distribute-list-out

distribute-list-outbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{      {
        "bgp": [ null ],
        "eigrp": [ null ],
        "ospfv3-or-isis": [ null ],
        "protocol-name": "string",
        "all-or-connected-or-static-prefix-list": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST-OUT - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/

Delete operation of resource: distribute-list-out

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST-OUT - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/

Retrieve operation of resource: distribute-list-out

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "bgp": [ null ],
        "eigrp": [ null ],
        "ospfv3-or-isis": [ null ],
        "protocol-name": "string",
        "all-or-connected-or-static-prefix-list": "string"
      }
    ]
  }
}

DISTRIBUTE-OUTS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/

Update operation of resource: distribute-outs

distribute-outsbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "bgp": [ null ],
      "eigrp": [ null ],
      "ospfv3-or-isis": [ null ],
      "protocol-name": "string",
      "all-or-connected-or-static-prefix-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUTS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/

Create operation of resource: distribute-outs

distribute-outsbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "bgp": [ null ],
      "eigrp": [ null ],
      "ospfv3-or-isis": [ null ],
      "protocol-name": "string",
      "all-or-connected-or-static-prefix-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUTS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/

Delete operation of resource: distribute-outs

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUTS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/

Retrieve operation of resource: distribute-outs

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "bgp": [ null ],
      "eigrp": [ null ],
      "ospfv3-or-isis": [ null ],
      "protocol-name": "string",
      "all-or-connected-or-static-prefix-list": "string"
    }
  ]
}

DISTRIBUTE-OUT - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/

Update operation of resource: distribute-out

distribute-outbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
{
  "bgp": [ null ],
  "eigrp": [ null ],
  "ospfv3-or-isis": [ null ],
  "protocol-name": "string",
  "all-or-connected-or-static-prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUT - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/

Create operation of resource: distribute-out

distribute-outbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
{
  "bgp": [ null ],
  "eigrp": [ null ],
  "ospfv3-or-isis": [ null ],
  "protocol-name": "string",
  "all-or-connected-or-static-prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUT - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/

Delete operation of resource: distribute-out

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUT - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/

Retrieve operation of resource: distribute-out

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "bgp": [ null ],
  "eigrp": [ null ],
  "ospfv3-or-isis": [ null ],
  "protocol-name": "string",
  "all-or-connected-or-static-prefix-list": "string"
}

BGP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/bgp/{as-xx as-yy}/

Update operation of resource: bgp

bgpbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/bgp/{as-xx as-yy}/

Create operation of resource: bgp

bgpbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/bgp/{as-xx as-yy}/

Delete operation of resource: bgp

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/bgp/{as-xx as-yy}/

Retrieve operation of resource: bgp

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

OSPFV3-OR-ISIS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/ospfv3-or-isis/{process-name}/

Update operation of resource: ospfv3-or-isis

ospfv3-or-isisbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/ospfv3-or-isis/{process-name}/

Create operation of resource: ospfv3-or-isis

ospfv3-or-isisbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/ospfv3-or-isis/{process-name}/

Delete operation of resource: ospfv3-or-isis

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/ospfv3-or-isis/{process-name}/

Retrieve operation of resource: ospfv3-or-isis

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

EIGRP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/eigrp/{as-xx}/

Update operation of resource: eigrp

eigrpbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/eigrp/{as-xx}/

Create operation of resource: eigrp

eigrpbody object

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/eigrp/{as-xx}/

Delete operation of resource: eigrp

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/eigrp/{as-xx}/

Retrieve operation of resource: eigrp

process-name: string
in path

ID of process-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

DISTRIBUTE-LIST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list/

Update operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list/

Create operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list/

Delete operation of resource: distribute-list

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list/

Retrieve operation of resource: distribute-list

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefix-list": "string"
  }
}

IN - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list/in/

Update operation of resource: in

inbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list/in/

Create operation of resource: in

inbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list/in/

Delete operation of resource: in

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/distribute-list/in/

Retrieve operation of resource: in

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix-list": "string"
}

STUB-ROUTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/

Update operation of resource: stub-router

stub-routerbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

STUB-ROUTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/

Create operation of resource: stub-router

stub-routerbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

STUB-ROUTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/

Delete operation of resource: stub-router

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

STUB-ROUTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/

Retrieve operation of resource: stub-router

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  }
}

RBIT - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/rbit/

Update operation of resource: rbit

rbitbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RBIT - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/rbit/

Create operation of resource: rbit

rbitbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RBIT - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/rbit/

Delete operation of resource: rbit

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RBIT - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/rbit/

Retrieve operation of resource: rbit

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "on-proc-restart": "integer"
}

ON-STARTUP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/rbit/on-startup/

Update operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/rbit/on-startup/

Create operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/rbit/on-startup/

Delete operation of resource: on-startup

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/rbit/on-startup/

Retrieve operation of resource: on-startup

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}

V6BIT - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/v6bit/

Update operation of resource: v6bit

v6bitbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

V6BIT - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/v6bit/

Create operation of resource: v6bit

v6bitbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

V6BIT - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/v6bit/

Delete operation of resource: v6bit

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

V6BIT - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/v6bit/

Retrieve operation of resource: v6bit

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "on-proc-restart": "integer"
}

ON-STARTUP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/v6bit/on-startup/

Update operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/v6bit/on-startup/

Create operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/v6bit/on-startup/

Delete operation of resource: on-startup

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/v6bit/on-startup/

Retrieve operation of resource: on-startup

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}

MAX-METRIC - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/max-metric/

Update operation of resource: max-metric

max-metricbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAX-METRIC - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/max-metric/

Create operation of resource: max-metric

max-metricbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAX-METRIC - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/max-metric/

Delete operation of resource: max-metric

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAX-METRIC - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/max-metric/

Retrieve operation of resource: max-metric

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "on-proc-restart": "integer"
}

ON-STARTUP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/max-metric/on-startup/

Update operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/max-metric/on-startup/

Create operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/max-metric/on-startup/

Delete operation of resource: on-startup

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/stub-router/max-metric/on-startup/

Retrieve operation of resource: on-startup

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}

BFD - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/bfd/

Update operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/bfd/

Create operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/bfd/

Delete operation of resource: bfd

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/bfd/

Retrieve operation of resource: bfd

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

DATABASE-FILTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/database-filter/

Update operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/database-filter/

Create operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/database-filter/

Delete operation of resource: database-filter

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/database-filter/

Retrieve operation of resource: database-filter

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "out": [ null ]
  }
}

ALL - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/database-filter/all/

Update operation of resource: all

allbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/database-filter/all/

Create operation of resource: all

allbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/database-filter/all/

Delete operation of resource: all

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/database-filter/all/

Retrieve operation of resource: all

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "out": [ null ]
}

CAPABILITY - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/capability/

Update operation of resource: capability

capabilitybody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "vrf-lite": "boolean",
  "type7-translate-zero-forwarding-addr": "boolean",
  "type7-prefer": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CAPABILITY - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/capability/

Create operation of resource: capability

capabilitybody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "vrf-lite": "boolean",
  "type7-translate-zero-forwarding-addr": "boolean",
  "type7-prefer": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CAPABILITY - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/capability/

Delete operation of resource: capability

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CAPABILITY - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/capability/

Retrieve operation of resource: capability

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "vrf-lite": "boolean",
  "type7-translate-zero-forwarding-addr": "boolean",
  "type7-prefer": "boolean"
}

AUTHENTICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/authentication/

Update operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/authentication/

Delete operation of resource: authentication

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/authentication/

Retrieve operation of resource: authentication

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

GRACEFUL-RESTART - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/graceful-restart/

Update operation of resource: graceful-restart

graceful-restartbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "enable": [ null ],
  "strict-lsa-checking": [ null ],
  "interval": "integer",
  "helper": [ null ],
  "lifetime": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GRACEFUL-RESTART - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/graceful-restart/

Create operation of resource: graceful-restart

graceful-restartbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "enable": [ null ],
  "strict-lsa-checking": [ null ],
  "interval": "integer",
  "helper": [ null ],
  "lifetime": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GRACEFUL-RESTART - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/graceful-restart/

Delete operation of resource: graceful-restart

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GRACEFUL-RESTART - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/graceful-restart/

Retrieve operation of resource: graceful-restart

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "enable": [ null ],
  "strict-lsa-checking": [ null ],
  "interval": "integer",
  "helper": [ null ],
  "lifetime": "integer"
}

DEFAULT-INFORMATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/default-information/

Update operation of resource: default-information

default-informationbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "always": "boolean",
    "metric": "integer",
    "tag": "integer",
    "metric-type": "integer",
    "route-policy-name": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-INFORMATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/default-information/

Create operation of resource: default-information

default-informationbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    "always": "boolean",
    "metric": "integer",
    "tag": "integer",
    "metric-type": "integer",
    "route-policy-name": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-INFORMATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/default-information/

Delete operation of resource: default-information

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-INFORMATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/default-information/

Retrieve operation of resource: default-information

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "always": "boolean",
    "metric": "integer",
    "tag": "integer",
    "metric-type": "integer",
    "route-policy-name": "string"
  }
}

ORIGINATE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/default-information/originate/

Update operation of resource: originate

originatebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "always": "boolean",
  "metric": "integer",
  "tag": "integer",
  "metric-type": "integer",
  "route-policy-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ORIGINATE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/default-information/originate/

Create operation of resource: originate

originatebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "always": "boolean",
  "metric": "integer",
  "tag": "integer",
  "metric-type": "integer",
  "route-policy-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ORIGINATE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/default-information/originate/

Delete operation of resource: originate

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ORIGINATE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/default-information/originate/

Retrieve operation of resource: originate

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "always": "boolean",
  "metric": "integer",
  "tag": "integer",
  "metric-type": "integer",
  "route-policy-name": "string"
}

PROCESS-SCOPE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/

Update operation of resource: process-scope

process-scopebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESS-SCOPE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/

Create operation of resource: process-scope

process-scopebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESS-SCOPE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/

Delete operation of resource: process-scope

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESS-SCOPE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/

Retrieve operation of resource: process-scope

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-link/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-link/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-link/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-link/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "interface-name": "string"
      }
    ]
  }
}

CANDIDATE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/candidate-interfaces/

Update operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/candidate-interfaces/

Delete operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/candidate-interfaces/

Retrieve operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

CANDIDATE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Update operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Delete operation of resource: candidate-interface

process-name: string
in path

ID of process-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Retrieve operation of resource: candidate-interface

process-name: string
in path

ID of process-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

EXCLUDE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/exclude-interfaces/

Update operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/exclude-interfaces/

Delete operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/exclude-interfaces/

Retrieve operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

EXCLUDE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Update operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Delete operation of resource: exclude-interface

process-name: string
in path

ID of process-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/process-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Retrieve operation of resource: exclude-interface

process-name: string
in path

ID of process-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

ENCRYPTION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/encryption/

Update operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/encryption/

Delete operation of resource: encryption

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/encryption/

Retrieve operation of resource: encryption

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

AUTO-COST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/auto-cost/

Update operation of resource: auto-cost

auto-costbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "reference-bandwidth": "integer",
  "disable": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTO-COST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/auto-cost/

Create operation of resource: auto-cost

auto-costbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "reference-bandwidth": "integer",
  "disable": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTO-COST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/auto-cost/

Delete operation of resource: auto-cost

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTO-COST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/default-vrf/auto-cost/

Retrieve operation of resource: auto-cost

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "reference-bandwidth": "integer",
  "disable": [ null ]
}

VRFS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/

Update operation of resource: vrfs

vrfsbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "snmpvrf-trap": [ null ],          "domain-id-name": "string",
          "domain-id-type": "string"
        },            {
              "domain-id-name": "string",
              "domain-id-type": "string"
            }
          ]
        }
      },
      "prefix-suppression": "boolean",
      "vrf-name": "string",
      "transmit-delay": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRFS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/

Create operation of resource: vrfs

vrfsbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "snmpvrf-trap": [ null ],          "domain-id-name": "string",
          "domain-id-type": "string"
        },            {
              "domain-id-name": "string",
              "domain-id-type": "string"
            }
          ]
        }
      },
      "prefix-suppression": "boolean",
      "vrf-name": "string",
      "transmit-delay": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRFS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/

Delete operation of resource: vrfs

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRFS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/

Retrieve operation of resource: vrfs

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "snmpvrf-trap": [ null ],          "domain-id-name": "string",
          "domain-id-type": "string"
        },            {
              "domain-id-name": "string",
              "domain-id-type": "string"
            }
          ]
        }
      },
      "prefix-suppression": "boolean",
      "vrf-name": "string",
      "transmit-delay": "integer"
    }
  ]
}

VRF - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/

Update operation of resource: vrf

vrfbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "snmpvrf-trap": [ null ],      "domain-id-name": "string",
      "domain-id-type": "string"
    },        {
          "domain-id-name": "string",
          "domain-id-type": "string"
        }
      ]
    }
  },
  "prefix-suppression": "boolean",
  "vrf-name": "string",
  "transmit-delay": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/

Create operation of resource: vrf

vrfbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "snmpvrf-trap": [ null ],      "domain-id-name": "string",
      "domain-id-type": "string"
    },        {
          "domain-id-name": "string",
          "domain-id-type": "string"
        }
      ]
    }
  },
  "prefix-suppression": "boolean",
  "vrf-name": "string",
  "transmit-delay": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/

Delete operation of resource: vrf

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/

Retrieve operation of resource: vrf

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "snmpvrf-trap": [ null ],      "domain-id-name": "string",
      "domain-id-type": "string"
    },        {
          "domain-id-name": "string",
          "domain-id-type": "string"
        }
      ]
    }
  },
  "prefix-suppression": "boolean",
  "vrf-name": "string",
  "transmit-delay": "integer"
}

DOMAIN-ID - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/

Update operation of resource: domain-id

domain-idbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "domain-id-name": "string",
    "domain-id-type": "string"
  },      {
        "domain-id-name": "string",
        "domain-id-type": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DOMAIN-ID - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/

Create operation of resource: domain-id

domain-idbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "domain-id-name": "string",
    "domain-id-type": "string"
  },      {
        "domain-id-name": "string",
        "domain-id-type": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DOMAIN-ID - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/

Delete operation of resource: domain-id

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DOMAIN-ID - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/

Retrieve operation of resource: domain-id

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "domain-id-name": "string",
    "domain-id-type": "string"
  },      {
        "domain-id-name": "string",
        "domain-id-type": "string"
      }
    ]
  }
}

SECONDARY-DOMAIN-IDS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/secondary-domain-ids/

Update operation of resource: secondary-domain-ids

secondary-domain-idsbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "domain-id-name": "string",
      "domain-id-type": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SECONDARY-DOMAIN-IDS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/secondary-domain-ids/

Create operation of resource: secondary-domain-ids

secondary-domain-idsbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "domain-id-name": "string",
      "domain-id-type": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SECONDARY-DOMAIN-IDS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/secondary-domain-ids/

Delete operation of resource: secondary-domain-ids

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SECONDARY-DOMAIN-IDS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/secondary-domain-ids/

Retrieve operation of resource: secondary-domain-ids

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "domain-id-name": "string",
      "domain-id-type": "string"
    }
  ]
}

SECONDARY-DOMAIN-ID - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/secondary-domain-ids/secondary-domain-id/{domain-id-type domain-id-name}/

Update operation of resource: secondary-domain-id

secondary-domain-idbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

domain-id-type domain-id-name: string
in path

ID of domain-id-type domain-id-name

Request Content-Types: application/json
Request Example
{
  "domain-id-name": "string",
  "domain-id-type": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SECONDARY-DOMAIN-ID - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/secondary-domain-ids/secondary-domain-id/{domain-id-type domain-id-name}/

Create operation of resource: secondary-domain-id

secondary-domain-idbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

domain-id-type domain-id-name: string
in path

ID of domain-id-type domain-id-name

Request Content-Types: application/json
Request Example
{
  "domain-id-name": "string",
  "domain-id-type": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SECONDARY-DOMAIN-ID - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/secondary-domain-ids/secondary-domain-id/{domain-id-type domain-id-name}/

Delete operation of resource: secondary-domain-id

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

domain-id-type domain-id-name: string
in path

ID of domain-id-type domain-id-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SECONDARY-DOMAIN-ID - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/secondary-domain-ids/secondary-domain-id/{domain-id-type domain-id-name}/

Retrieve operation of resource: secondary-domain-id

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

domain-id-type domain-id-name: string
in path

ID of domain-id-type domain-id-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "domain-id-name": "string",
  "domain-id-type": "string"
}

PRIMARY-DOMAIN-ID - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/primary-domain-id/

Update operation of resource: primary-domain-id

primary-domain-idbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "domain-id-name": "string",
  "domain-id-type": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PRIMARY-DOMAIN-ID - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/primary-domain-id/

Create operation of resource: primary-domain-id

primary-domain-idbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "domain-id-name": "string",
  "domain-id-type": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PRIMARY-DOMAIN-ID - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/primary-domain-id/

Delete operation of resource: primary-domain-id

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PRIMARY-DOMAIN-ID - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/domain-id/primary-domain-id/

Retrieve operation of resource: primary-domain-id

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "domain-id-name": "string",
  "domain-id-type": "string"
}

AREA-ADDRESSES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/

Update operation of resource: area-addresses

area-addressesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "area-address": [ null ],
  "area-area-id": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESSES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/

Create operation of resource: area-addresses

area-addressesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "area-address": [ null ],
  "area-area-id": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESSES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/

Delete operation of resource: area-addresses

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESSES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/

Retrieve operation of resource: area-addresses

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "area-address": [ null ],
  "area-area-id": [ null ]
}

AREA-ADDRESS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/

Update operation of resource: area-address

area-addressbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/

Create operation of resource: area-address

area-addressbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/

Delete operation of resource: area-address

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-ADDRESS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/

Retrieve operation of resource: area-address

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

AUTHENTICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/authentication/

Update operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/authentication/

Delete operation of resource: authentication

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/authentication/

Retrieve operation of resource: authentication

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

BFD - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/bfd/

Update operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/bfd/

Create operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/bfd/

Delete operation of resource: bfd

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/bfd/

Retrieve operation of resource: bfd

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

RANGES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/ranges/

Update operation of resource: ranges

rangesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/ranges/

Create operation of resource: ranges

rangesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/ranges/

Delete operation of resource: ranges

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/ranges/

Retrieve operation of resource: ranges

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}

RANGE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/ranges/range/{prefix prefix-length}/

Update operation of resource: range

rangebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/ranges/range/{prefix prefix-length}/

Create operation of resource: range

rangebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/ranges/range/{prefix prefix-length}/

Delete operation of resource: range

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

prefix prefix-length: string
in path

ID of prefix prefix-length

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/ranges/range/{prefix prefix-length}/

Retrieve operation of resource: range

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

prefix prefix-length: string
in path

ID of prefix prefix-length

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}

ENCRYPTION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/encryption/

Update operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/encryption/

Delete operation of resource: encryption

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/encryption/

Retrieve operation of resource: encryption

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

NSSA - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/nssa/

Update operation of resource: nssa

nssabody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/nssa/

Create operation of resource: nssa

nssabody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/nssa/

Delete operation of resource: nssa

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/nssa/

Retrieve operation of resource: nssa

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}

DATABASE-FILTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/database-filter/

Update operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/database-filter/

Create operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/database-filter/

Delete operation of resource: database-filter

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/database-filter/

Retrieve operation of resource: database-filter

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "out": [ null ]
  }
}

ALL - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/database-filter/all/

Update operation of resource: all

allbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/database-filter/all/

Create operation of resource: all

allbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/database-filter/all/

Delete operation of resource: all

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/database-filter/all/

Retrieve operation of resource: all

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "out": [ null ]
}

DISTRIBUTE-LIST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/distribute-list/

Update operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/distribute-list/

Create operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/distribute-list/

Delete operation of resource: distribute-list

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/distribute-list/

Retrieve operation of resource: distribute-list

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefix-list": "string"
  }
}

IN - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/distribute-list/in/

Update operation of resource: in

inbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/distribute-list/in/

Create operation of resource: in

inbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/distribute-list/in/

Delete operation of resource: in

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/distribute-list/in/

Retrieve operation of resource: in

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix-list": "string"
}

INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/

Update operation of resource: interfaces

interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/

Create operation of resource: interfaces

interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/

Delete operation of resource: interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/

Retrieve operation of resource: interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}

INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/

Update operation of resource: interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/

Create operation of resource: interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/

Delete operation of resource: interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/

Retrieve operation of resource: interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}

AUTHENTICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/authentication/

Update operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/authentication/

Delete operation of resource: authentication

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/authentication/

Retrieve operation of resource: authentication

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

NEIGHBORS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/

Update operation of resource: neighbors

neighborsbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/

Create operation of resource: neighbors

neighborsbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/

Delete operation of resource: neighbors

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/

Retrieve operation of resource: neighbors

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}

NEIGHBOR - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Update operation of resource: neighbor

neighborbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Request Content-Types: application/json
Request Example
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Create operation of resource: neighbor

neighborbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Request Content-Types: application/json
Request Example
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Delete operation of resource: neighbor

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Retrieve operation of resource: neighbor

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}

ENCRYPTION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/encryption/

Update operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/encryption/

Delete operation of resource: encryption

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/encryption/

Retrieve operation of resource: encryption

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

BFD - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/bfd/

Update operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/bfd/

Create operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/bfd/

Delete operation of resource: bfd

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/bfd/

Retrieve operation of resource: bfd

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

DATABASE-FILTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/

Update operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/

Create operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/

Delete operation of resource: database-filter

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/

Retrieve operation of resource: database-filter

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "out": [ null ]
  }
}

ALL - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/all/

Update operation of resource: all

allbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/all/

Create operation of resource: all

allbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/all/

Delete operation of resource: all

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/database-filter/all/

Retrieve operation of resource: all

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "out": [ null ]
}

DISTRIBUTE-LIST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/

Update operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/

Create operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/

Delete operation of resource: distribute-list

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/

Retrieve operation of resource: distribute-list

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefix-list": "string"
  }
}

IN - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/in/

Update operation of resource: in

inbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/in/

Create operation of resource: in

inbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/in/

Delete operation of resource: in

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/distribute-list/in/

Retrieve operation of resource: in

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix-list": "string"
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-link/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-link/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-link/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-link/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "interface-name": "string"
      }
    ]
  }
}

CANDIDATE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Update operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Delete operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Retrieve operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

CANDIDATE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Update operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Delete operation of resource: candidate-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Retrieve operation of resource: candidate-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

EXCLUDE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Update operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Delete operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Retrieve operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

EXCLUDE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Update operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Delete operation of resource: exclude-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Retrieve operation of resource: exclude-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

AREA-SCOPE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/

Update operation of resource: area-scope

area-scopebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/

Create operation of resource: area-scope

area-scopebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/

Delete operation of resource: area-scope

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/

Retrieve operation of resource: area-scope

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-link/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-link/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-link/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-link/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "interface-name": "string"
      }
    ]
  }
}

CANDIDATE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Update operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Delete operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Retrieve operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

CANDIDATE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Update operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Delete operation of resource: candidate-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Retrieve operation of resource: candidate-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

EXCLUDE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Update operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Delete operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Retrieve operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

EXCLUDE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Update operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Delete operation of resource: exclude-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Retrieve operation of resource: exclude-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

SHAM-LINKS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/sham-links/

Create operation of resource: sham-links

sham-linksbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "dead-interval": "integer",
      "enable": [ null ],
      "hello-interval": "integer",
      "source-address": "string",        "authentication-algorithm": "string",
        "enable": "boolean",
        "authentication-password": "string",
        "spi": "integer",
        "encryption-algorithm": "string",
        "encryption-password": "string"
      },
      "transmit-delay": "integer",
      "retransmit-interval": "integer",        "spi": "integer",
        "password": "string",
        "enable": "boolean",
        "algorithm": "string"
      },
      "destination-address": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SHAM-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/sham-links/sham-link/{source-address destination-address}/

Create operation of resource: sham-link

sham-linkbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "dead-interval": "integer",
  "enable": [ null ],
  "hello-interval": "integer",
  "source-address": "string",    "authentication-algorithm": "string",
    "enable": "boolean",
    "authentication-password": "string",
    "spi": "integer",
    "encryption-algorithm": "string",
    "encryption-password": "string"
  },
  "transmit-delay": "integer",
  "retransmit-interval": "integer",    "spi": "integer",
    "password": "string",
    "enable": "boolean",
    "algorithm": "string"
  },
  "destination-address": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/sham-links/sham-link/{source-address destination-address}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/sham-links/sham-link/{source-address destination-address}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIRTUAL-LINKS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/virtual-links/

Create operation of resource: virtual-links

virtual-linksbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

Request Content-Types: application/json
Request Example
{    {
      "dead-interval": "integer",
      "enable": [ null ],
      "hello-interval": "integer",
      "virtual-link-address": "string",        "authentication-algorithm": "string",
        "enable": "boolean",
        "authentication-password": "string",
        "spi": "integer",
        "encryption-algorithm": "string",
        "encryption-password": "string"
      },
      "transmit-delay": "integer",
      "retransmit-interval": "integer",        "spi": "integer",
        "password": "string",
        "enable": "boolean",
        "algorithm": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIRTUAL-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/virtual-links/virtual-link/{virtual-link-address}/

Create operation of resource: virtual-link

virtual-linkbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "dead-interval": "integer",
  "enable": [ null ],
  "hello-interval": "integer",
  "virtual-link-address": "string",    "authentication-algorithm": "string",
    "enable": "boolean",
    "authentication-password": "string",
    "spi": "integer",
    "encryption-algorithm": "string",
    "encryption-password": "string"
  },
  "transmit-delay": "integer",
  "retransmit-interval": "integer",    "spi": "integer",
    "password": "string",
    "enable": "boolean",
    "algorithm": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/virtual-links/virtual-link/{virtual-link-address}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-address/{address}/virtual-links/virtual-link/{virtual-link-address}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

address: string
in path

ID of address

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-AREA-ID - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/

Update operation of resource: area-area-id

area-area-idbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-AREA-ID - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/

Create operation of resource: area-area-id

area-area-idbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-AREA-ID - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/

Delete operation of resource: area-area-id

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-AREA-ID - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/

Retrieve operation of resource: area-area-id

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

AUTHENTICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/authentication/

Update operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/authentication/

Delete operation of resource: authentication

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/authentication/

Retrieve operation of resource: authentication

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

BFD - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/bfd/

Update operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/bfd/

Create operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/bfd/

Delete operation of resource: bfd

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/bfd/

Retrieve operation of resource: bfd

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

RANGES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/ranges/

Update operation of resource: ranges

rangesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/ranges/

Create operation of resource: ranges

rangesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/ranges/

Delete operation of resource: ranges

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/ranges/

Retrieve operation of resource: ranges

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}

RANGE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/ranges/range/{prefix prefix-length}/

Update operation of resource: range

rangebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/ranges/range/{prefix prefix-length}/

Create operation of resource: range

rangebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/ranges/range/{prefix prefix-length}/

Delete operation of resource: range

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

prefix prefix-length: string
in path

ID of prefix prefix-length

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RANGE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/ranges/range/{prefix prefix-length}/

Retrieve operation of resource: range

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

prefix prefix-length: string
in path

ID of prefix prefix-length

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}

ENCRYPTION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/encryption/

Update operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/encryption/

Delete operation of resource: encryption

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/encryption/

Retrieve operation of resource: encryption

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

NSSA - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/nssa/

Update operation of resource: nssa

nssabody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/nssa/

Create operation of resource: nssa

nssabody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/nssa/

Delete operation of resource: nssa

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NSSA - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/nssa/

Retrieve operation of resource: nssa

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}

DATABASE-FILTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/database-filter/

Update operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/database-filter/

Create operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/database-filter/

Delete operation of resource: database-filter

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/database-filter/

Retrieve operation of resource: database-filter

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "out": [ null ]
  }
}

ALL - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/database-filter/all/

Update operation of resource: all

allbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/database-filter/all/

Create operation of resource: all

allbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/database-filter/all/

Delete operation of resource: all

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/database-filter/all/

Retrieve operation of resource: all

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "out": [ null ]
}

DISTRIBUTE-LIST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/distribute-list/

Update operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/distribute-list/

Create operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/distribute-list/

Delete operation of resource: distribute-list

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/distribute-list/

Retrieve operation of resource: distribute-list

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefix-list": "string"
  }
}

IN - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/distribute-list/in/

Update operation of resource: in

inbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/distribute-list/in/

Create operation of resource: in

inbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/distribute-list/in/

Delete operation of resource: in

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/distribute-list/in/

Retrieve operation of resource: in

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix-list": "string"
}

INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/

Update operation of resource: interfaces

interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/

Create operation of resource: interfaces

interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/

Delete operation of resource: interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/

Retrieve operation of resource: interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {              {
                "interface-name": "string"
              }
            ]
          }
        },              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}

INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/

Update operation of resource: interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/

Create operation of resource: interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/

Delete operation of resource: interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/

Retrieve operation of resource: interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}

AUTHENTICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/authentication/

Update operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/authentication/

Delete operation of resource: authentication

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/authentication/

Retrieve operation of resource: authentication

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

NEIGHBORS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/

Update operation of resource: neighbors

neighborsbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/

Create operation of resource: neighbors

neighborsbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/

Delete operation of resource: neighbors

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBORS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/

Retrieve operation of resource: neighbors

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}

NEIGHBOR - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Update operation of resource: neighbor

neighborbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Request Content-Types: application/json
Request Example
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Create operation of resource: neighbor

neighborbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Request Content-Types: application/json
Request Example
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Delete operation of resource: neighbor

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NEIGHBOR - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/neighbors/neighbor/{neighbor-address}/

Retrieve operation of resource: neighbor

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

neighbor-address: string
in path

ID of neighbor-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}

ENCRYPTION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/encryption/

Update operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/encryption/

Delete operation of resource: encryption

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/encryption/

Retrieve operation of resource: encryption

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

BFD - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/bfd/

Update operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/bfd/

Create operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/bfd/

Delete operation of resource: bfd

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/bfd/

Retrieve operation of resource: bfd

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

DATABASE-FILTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/

Update operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/

Create operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/

Delete operation of resource: database-filter

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/

Retrieve operation of resource: database-filter

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "out": [ null ]
  }
}

ALL - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/all/

Update operation of resource: all

allbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/all/

Create operation of resource: all

allbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/all/

Delete operation of resource: all

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/database-filter/all/

Retrieve operation of resource: all

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "out": [ null ]
}

DISTRIBUTE-LIST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/

Update operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/

Create operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/

Delete operation of resource: distribute-list

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/

Retrieve operation of resource: distribute-list

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefix-list": "string"
  }
}

IN - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/in/

Update operation of resource: in

inbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/in/

Create operation of resource: in

inbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/in/

Delete operation of resource: in

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/distribute-list/in/

Retrieve operation of resource: in

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix-list": "string"
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-link/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-link/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-link/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-link/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "interface-name": "string"
      }
    ]
  }
}

CANDIDATE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Update operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Delete operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/

Retrieve operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

CANDIDATE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Update operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Delete operation of resource: candidate-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Retrieve operation of resource: candidate-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

EXCLUDE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Update operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Delete operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/

Retrieve operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

EXCLUDE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Update operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Delete operation of resource: exclude-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/interfaces/interface/{interface-name}/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Retrieve operation of resource: exclude-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

AREA-SCOPE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/

Update operation of resource: area-scope

area-scopebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/

Create operation of resource: area-scope

area-scopebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/

Delete operation of resource: area-scope

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AREA-SCOPE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/

Retrieve operation of resource: area-scope

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-link/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-link/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-link/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-link/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "interface-name": "string"
      }
    ]
  }
}

CANDIDATE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Update operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Delete operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/

Retrieve operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

CANDIDATE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Update operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Delete operation of resource: candidate-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Retrieve operation of resource: candidate-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

EXCLUDE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Update operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Delete operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/

Retrieve operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

EXCLUDE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Update operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Delete operation of resource: exclude-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/area-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Retrieve operation of resource: exclude-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

SHAM-LINKS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/sham-links/

Create operation of resource: sham-links

sham-linksbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "dead-interval": "integer",
      "enable": [ null ],
      "hello-interval": "integer",
      "source-address": "string",        "authentication-algorithm": "string",
        "enable": "boolean",
        "authentication-password": "string",
        "spi": "integer",
        "encryption-algorithm": "string",
        "encryption-password": "string"
      },
      "transmit-delay": "integer",
      "retransmit-interval": "integer",        "spi": "integer",
        "password": "string",
        "enable": "boolean",
        "algorithm": "string"
      },
      "destination-address": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SHAM-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/sham-links/sham-link/{source-address destination-address}/

Create operation of resource: sham-link

sham-linkbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "dead-interval": "integer",
  "enable": [ null ],
  "hello-interval": "integer",
  "source-address": "string",    "authentication-algorithm": "string",
    "enable": "boolean",
    "authentication-password": "string",
    "spi": "integer",
    "encryption-algorithm": "string",
    "encryption-password": "string"
  },
  "transmit-delay": "integer",
  "retransmit-interval": "integer",    "spi": "integer",
    "password": "string",
    "enable": "boolean",
    "algorithm": "string"
  },
  "destination-address": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/sham-links/sham-link/{source-address destination-address}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/sham-links/sham-link/{source-address destination-address}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

source-address destination-address: string
in path

ID of source-address destination-address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIRTUAL-LINKS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/virtual-links/

Create operation of resource: virtual-links

virtual-linksbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

Request Content-Types: application/json
Request Example
{    {
      "dead-interval": "integer",
      "enable": [ null ],
      "hello-interval": "integer",
      "virtual-link-address": "string",        "authentication-algorithm": "string",
        "enable": "boolean",
        "authentication-password": "string",
        "spi": "integer",
        "encryption-algorithm": "string",
        "encryption-password": "string"
      },
      "transmit-delay": "integer",
      "retransmit-interval": "integer",        "spi": "integer",
        "password": "string",
        "enable": "boolean",
        "algorithm": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIRTUAL-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/virtual-links/virtual-link/{virtual-link-address}/

Create operation of resource: virtual-link

virtual-linkbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "dead-interval": "integer",
  "enable": [ null ],
  "hello-interval": "integer",
  "virtual-link-address": "string",    "authentication-algorithm": "string",
    "enable": "boolean",
    "authentication-password": "string",
    "spi": "integer",
    "encryption-algorithm": "string",
    "encryption-password": "string"
  },
  "transmit-delay": "integer",
  "retransmit-interval": "integer",    "spi": "integer",
    "password": "string",
    "enable": "boolean",
    "algorithm": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/virtual-links/virtual-link/{virtual-link-address}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/area-addresses/area-area-id/{area-id}/virtual-links/virtual-link/{virtual-link-address}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

area-id: string
in path

ID of area-id

virtual-link-address: string
in path

ID of virtual-link-address

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIMERS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/

Update operation of resource: timers

timersbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "arrival": "integer"
  },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    }
  },    "flood": "integer",
    "retransmission": "integer",
    "lsa-group": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIMERS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/

Create operation of resource: timers

timersbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "arrival": "integer"
  },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    }
  },    "flood": "integer",
    "retransmission": "integer",
    "lsa-group": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIMERS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/

Delete operation of resource: timers

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIMERS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/

Retrieve operation of resource: timers

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "arrival": "integer"
  },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    },      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    }
  },    "flood": "integer",
    "retransmission": "integer",
    "lsa-group": "integer"
  }
}

PACING - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/pacing/

Update operation of resource: pacing

pacingbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "flood": "integer",
  "retransmission": "integer",
  "lsa-group": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PACING - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/pacing/

Create operation of resource: pacing

pacingbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "flood": "integer",
  "retransmission": "integer",
  "lsa-group": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PACING - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/pacing/

Delete operation of resource: pacing

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PACING - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/pacing/

Retrieve operation of resource: pacing

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "flood": "integer",
  "retransmission": "integer",
  "lsa-group": "integer"
}

LSA-TIMERS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/lsa-timers/

Update operation of resource: lsa-timers

lsa-timersbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "arrival": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA-TIMERS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/lsa-timers/

Create operation of resource: lsa-timers

lsa-timersbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "arrival": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA-TIMERS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/lsa-timers/

Delete operation of resource: lsa-timers

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA-TIMERS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/lsa-timers/

Retrieve operation of resource: lsa-timers

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "arrival": "integer"
}

THROTTLE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/

Update operation of resource: throttle

throttlebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  },    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

THROTTLE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/

Create operation of resource: throttle

throttlebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  },    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

THROTTLE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/

Delete operation of resource: throttle

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

THROTTLE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/

Retrieve operation of resource: throttle

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  },    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  }
}

LSA - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/lsa/

Update operation of resource: lsa

lsabody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "mospf": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/lsa/

Create operation of resource: lsa

lsabody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "mospf": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/lsa/

Delete operation of resource: lsa

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/lsa/

Retrieve operation of resource: lsa

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "mospf": [ null ]
}

SPF - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/spf/

Update operation of resource: spf

spfbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "maximum-delay": "integer",
  "minimum-delay": "integer",
  "first-delay": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SPF - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/spf/

Create operation of resource: spf

spfbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "maximum-delay": "integer",
  "minimum-delay": "integer",
  "first-delay": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SPF - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/spf/

Delete operation of resource: spf

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SPF - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/timers/throttle/spf/

Retrieve operation of resource: spf

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "maximum-delay": "integer",
  "minimum-delay": "integer",
  "first-delay": "integer"
}

SUMMARY-PREFIXES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/summary-prefixes/

Update operation of resource: summary-prefixes

summary-prefixesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "tag": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIXES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/summary-prefixes/

Create operation of resource: summary-prefixes

summary-prefixesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "prefix": "string",
      "tag": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIXES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/summary-prefixes/

Delete operation of resource: summary-prefixes

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIXES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/summary-prefixes/

Retrieve operation of resource: summary-prefixes

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "prefix": "string",
      "tag": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}

SUMMARY-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/summary-prefixes/summary-prefix/{prefix prefix-length}/

Update operation of resource: summary-prefix

summary-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "tag": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/summary-prefixes/summary-prefix/{prefix prefix-length}/

Create operation of resource: summary-prefix

summary-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

prefix prefix-length: string
in path

ID of prefix prefix-length

Request Content-Types: application/json
Request Example
{
  "prefix": "string",
  "tag": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/summary-prefixes/summary-prefix/{prefix prefix-length}/

Delete operation of resource: summary-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

prefix prefix-length: string
in path

ID of prefix prefix-length

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SUMMARY-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/summary-prefixes/summary-prefix/{prefix prefix-length}/

Retrieve operation of resource: summary-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

prefix prefix-length: string
in path

ID of prefix prefix-length

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix": "string",
  "tag": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}

SNMP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/snmp/

Update operation of resource: snmp

snmpbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "max-window-traps": "integer",
    "window-size": "integer"
  },
  "context": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/snmp/

Create operation of resource: snmp

snmpbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "max-window-traps": "integer",
    "window-size": "integer"
  },
  "context": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/snmp/

Delete operation of resource: snmp

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/snmp/

Retrieve operation of resource: snmp

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "max-window-traps": "integer",
    "window-size": "integer"
  },
  "context": "string"
}

TRAP-RATE-LIMIT - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/snmp/trap-rate-limit/

Update operation of resource: trap-rate-limit

trap-rate-limitbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "max-window-traps": "integer",
  "window-size": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-RATE-LIMIT - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/snmp/trap-rate-limit/

Create operation of resource: trap-rate-limit

trap-rate-limitbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "max-window-traps": "integer",
  "window-size": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-RATE-LIMIT - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/snmp/trap-rate-limit/

Delete operation of resource: trap-rate-limit

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-RATE-LIMIT - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/snmp/trap-rate-limit/

Retrieve operation of resource: trap-rate-limit

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "max-window-traps": "integer",
  "window-size": "integer"
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "priority": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "priority": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "priority": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "priority": "string"
}

TIEBREAKERS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/tiebreakers/

Update operation of resource: tiebreakers

tiebreakersbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "tiebreaker-type": "string",
      "tiebreaker-index": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKERS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/tiebreakers/

Create operation of resource: tiebreakers

tiebreakersbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "tiebreaker-type": "string",
      "tiebreaker-index": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKERS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/tiebreakers/

Delete operation of resource: tiebreakers

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKERS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/tiebreakers/

Retrieve operation of resource: tiebreakers

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "tiebreaker-type": "string",
      "tiebreaker-index": "integer"
    }
  ]
}

TIEBREAKER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/tiebreakers/tiebreaker/{tiebreaker-type}/

Update operation of resource: tiebreaker

tiebreakerbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

tiebreaker-type: string
in path

ID of tiebreaker-type

Request Content-Types: application/json
Request Example
{
  "tiebreaker-type": "string",
  "tiebreaker-index": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/tiebreakers/tiebreaker/{tiebreaker-type}/

Create operation of resource: tiebreaker

tiebreakerbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

tiebreaker-type: string
in path

ID of tiebreaker-type

Request Content-Types: application/json
Request Example
{
  "tiebreaker-type": "string",
  "tiebreaker-index": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/tiebreakers/tiebreaker/{tiebreaker-type}/

Delete operation of resource: tiebreaker

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

tiebreaker-type: string
in path

ID of tiebreaker-type

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIEBREAKER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/fast-reroute/per-prefix/tiebreakers/tiebreaker/{tiebreaker-type}/

Retrieve operation of resource: tiebreaker

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

tiebreaker-type: string
in path

ID of tiebreaker-type

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "tiebreaker-type": "string",
  "tiebreaker-index": "integer"
}

DISTANCE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distance/

Update operation of resource: distance

distancebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "administrative": "integer",    "intra-area": "integer",
    "external": "integer",
    "inter-area": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTANCE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distance/

Create operation of resource: distance

distancebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "administrative": "integer",    "intra-area": "integer",
    "external": "integer",
    "inter-area": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTANCE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distance/

Delete operation of resource: distance

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTANCE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distance/

Retrieve operation of resource: distance

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "administrative": "integer",    "intra-area": "integer",
    "external": "integer",
    "inter-area": "integer"
  }
}

OSPFV3 - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distance/ospfv3/

Update operation of resource: ospfv3

ospfv3body object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "intra-area": "integer",
  "external": "integer",
  "inter-area": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distance/ospfv3/

Create operation of resource: ospfv3

ospfv3body object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "intra-area": "integer",
  "external": "integer",
  "inter-area": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distance/ospfv3/

Delete operation of resource: ospfv3

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distance/ospfv3/

Retrieve operation of resource: ospfv3

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "intra-area": "integer",
  "external": "integer",
  "inter-area": "integer"
}

MAXIMUM - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/maximum/

Update operation of resource: maximum

maximumbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "prefixes": "integer",
    "threshold": "integer",
    "warning-only": [ null ]
  },
  "interfaces": "integer",
  "paths": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAXIMUM - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/maximum/

Create operation of resource: maximum

maximumbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "prefixes": "integer",
    "threshold": "integer",
    "warning-only": [ null ]
  },
  "interfaces": "integer",
  "paths": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAXIMUM - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/maximum/

Delete operation of resource: maximum

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAXIMUM - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/maximum/

Retrieve operation of resource: maximum

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefixes": "integer",
    "threshold": "integer",
    "warning-only": [ null ]
  },
  "interfaces": "integer",
  "paths": "integer"
}

REDISTRIBUTED-PREFIXES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/maximum/redistributed-prefixes/

Update operation of resource: redistributed-prefixes

redistributed-prefixesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "prefixes": "integer",
  "threshold": "integer",
  "warning-only": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTED-PREFIXES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/maximum/redistributed-prefixes/

Create operation of resource: redistributed-prefixes

redistributed-prefixesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "prefixes": "integer",
  "threshold": "integer",
  "warning-only": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTED-PREFIXES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/maximum/redistributed-prefixes/

Delete operation of resource: redistributed-prefixes

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTED-PREFIXES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/maximum/redistributed-prefixes/

Retrieve operation of resource: redistributed-prefixes

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefixes": "integer",
  "threshold": "integer",
  "warning-only": [ null ]
}

REDISTRIBUTES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/

Update operation of resource: redistributes

redistributesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "bgp": [ null ],
      "ospfv3-or-isis-or-application": [ null ],
      "eigrp": [ null ],
      "protocol-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/

Create operation of resource: redistributes

redistributesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "bgp": [ null ],
      "ospfv3-or-isis-or-application": [ null ],
      "eigrp": [ null ],
      "protocol-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/

Delete operation of resource: redistributes

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/

Retrieve operation of resource: redistributes

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "bgp": [ null ],
      "ospfv3-or-isis-or-application": [ null ],
      "eigrp": [ null ],
      "protocol-name": "string"
    }
  ]
}

REDISTRIBUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/

Update operation of resource: redistribute

redistributebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
{
  "bgp": [ null ],
  "ospfv3-or-isis-or-application": [ null ],
  "eigrp": [ null ],
  "protocol-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/

Create operation of resource: redistribute

redistributebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
{
  "bgp": [ null ],
  "ospfv3-or-isis-or-application": [ null ],
  "eigrp": [ null ],
  "protocol-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/

Delete operation of resource: redistribute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REDISTRIBUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/

Retrieve operation of resource: redistribute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "bgp": [ null ],
  "ospfv3-or-isis-or-application": [ null ],
  "eigrp": [ null ],
  "protocol-name": "string"
}

CONNECTED-OR-STATIC-OR-SUBSCRIBER-OR-MOBILE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/connected-or-static-or-subscriber-or-mobile/

Update operation of resource: connected-or-static-or-subscriber-or-mobile

connected-or-static-or-subscriber-or-mobilebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONNECTED-OR-STATIC-OR-SUBSCRIBER-OR-MOBILE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/connected-or-static-or-subscriber-or-mobile/

Create operation of resource: connected-or-static-or-subscriber-or-mobile

connected-or-static-or-subscriber-or-mobilebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONNECTED-OR-STATIC-OR-SUBSCRIBER-OR-MOBILE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/connected-or-static-or-subscriber-or-mobile/

Delete operation of resource: connected-or-static-or-subscriber-or-mobile

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONNECTED-OR-STATIC-OR-SUBSCRIBER-OR-MOBILE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/connected-or-static-or-subscriber-or-mobile/

Retrieve operation of resource: connected-or-static-or-subscriber-or-mobile

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

BGP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/bgp/{as-xx as-yy}/

Update operation of resource: bgp

bgpbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/bgp/{as-xx as-yy}/

Create operation of resource: bgp

bgpbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/bgp/{as-xx as-yy}/

Delete operation of resource: bgp

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/bgp/{as-xx as-yy}/

Retrieve operation of resource: bgp

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

OSPFV3-OR-ISIS-OR-APPLICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/ospfv3-or-isis-or-application/{process-name}/

Update operation of resource: ospfv3-or-isis-or-application

ospfv3-or-isis-or-applicationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS-OR-APPLICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/ospfv3-or-isis-or-application/{process-name}/

Create operation of resource: ospfv3-or-isis-or-application

ospfv3-or-isis-or-applicationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS-OR-APPLICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/ospfv3-or-isis-or-application/{process-name}/

Delete operation of resource: ospfv3-or-isis-or-application

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS-OR-APPLICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/ospfv3-or-isis-or-application/{process-name}/

Retrieve operation of resource: ospfv3-or-isis-or-application

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

EIGRP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/eigrp/{as-xx}/

Update operation of resource: eigrp

eigrpbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/eigrp/{as-xx}/

Create operation of resource: eigrp

eigrpbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/eigrp/{as-xx}/

Delete operation of resource: eigrp

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/redistributes/redistribute/{protocol-name}/eigrp/{as-xx}/

Retrieve operation of resource: eigrp

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

IGNORE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/ignore/

Update operation of resource: ignore

ignorebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "mospf": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IGNORE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/ignore/

Create operation of resource: ignore

ignorebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "mospf": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IGNORE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/ignore/

Delete operation of resource: ignore

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IGNORE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/ignore/

Retrieve operation of resource: ignore

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "mospf": [ null ]
  }
}

LSA - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/ignore/lsa/

Update operation of resource: lsa

lsabody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "mospf": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/ignore/lsa/

Create operation of resource: lsa

lsabody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "mospf": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/ignore/lsa/

Delete operation of resource: lsa

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LSA - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/ignore/lsa/

Retrieve operation of resource: lsa

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "mospf": [ null ]
}

DISTRIBUTE-LIST-OUT - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/

Update operation of resource: distribute-list-out

distribute-list-outbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{      {
        "bgp": [ null ],
        "eigrp": [ null ],
        "ospfv3-or-isis": [ null ],
        "protocol-name": "string",
        "all-or-connected-or-static-prefix-list": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST-OUT - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/

Create operation of resource: distribute-list-out

distribute-list-outbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{      {
        "bgp": [ null ],
        "eigrp": [ null ],
        "ospfv3-or-isis": [ null ],
        "protocol-name": "string",
        "all-or-connected-or-static-prefix-list": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST-OUT - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/

Delete operation of resource: distribute-list-out

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST-OUT - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/

Retrieve operation of resource: distribute-list-out

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "bgp": [ null ],
        "eigrp": [ null ],
        "ospfv3-or-isis": [ null ],
        "protocol-name": "string",
        "all-or-connected-or-static-prefix-list": "string"
      }
    ]
  }
}

DISTRIBUTE-OUTS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/

Update operation of resource: distribute-outs

distribute-outsbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "bgp": [ null ],
      "eigrp": [ null ],
      "ospfv3-or-isis": [ null ],
      "protocol-name": "string",
      "all-or-connected-or-static-prefix-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUTS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/

Create operation of resource: distribute-outs

distribute-outsbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "bgp": [ null ],
      "eigrp": [ null ],
      "ospfv3-or-isis": [ null ],
      "protocol-name": "string",
      "all-or-connected-or-static-prefix-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUTS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/

Delete operation of resource: distribute-outs

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUTS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/

Retrieve operation of resource: distribute-outs

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "bgp": [ null ],
      "eigrp": [ null ],
      "ospfv3-or-isis": [ null ],
      "protocol-name": "string",
      "all-or-connected-or-static-prefix-list": "string"
    }
  ]
}

DISTRIBUTE-OUT - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/

Update operation of resource: distribute-out

distribute-outbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
{
  "bgp": [ null ],
  "eigrp": [ null ],
  "ospfv3-or-isis": [ null ],
  "protocol-name": "string",
  "all-or-connected-or-static-prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUT - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/

Create operation of resource: distribute-out

distribute-outbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

Request Content-Types: application/json
Request Example
{
  "bgp": [ null ],
  "eigrp": [ null ],
  "ospfv3-or-isis": [ null ],
  "protocol-name": "string",
  "all-or-connected-or-static-prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUT - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/

Delete operation of resource: distribute-out

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-OUT - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/

Retrieve operation of resource: distribute-out

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "bgp": [ null ],
  "eigrp": [ null ],
  "ospfv3-or-isis": [ null ],
  "protocol-name": "string",
  "all-or-connected-or-static-prefix-list": "string"
}

BGP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/bgp/{as-xx as-yy}/

Update operation of resource: bgp

bgpbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/bgp/{as-xx as-yy}/

Create operation of resource: bgp

bgpbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/bgp/{as-xx as-yy}/

Delete operation of resource: bgp

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BGP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/bgp/{as-xx as-yy}/

Retrieve operation of resource: bgp

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx as-yy: string
in path

ID of as-xx as-yy

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

OSPFV3-OR-ISIS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/ospfv3-or-isis/{process-name}/

Update operation of resource: ospfv3-or-isis

ospfv3-or-isisbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/ospfv3-or-isis/{process-name}/

Create operation of resource: ospfv3-or-isis

ospfv3-or-isisbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/ospfv3-or-isis/{process-name}/

Delete operation of resource: ospfv3-or-isis

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3-OR-ISIS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/ospfv3-or-isis/{process-name}/

Retrieve operation of resource: ospfv3-or-isis

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

EIGRP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/eigrp/{as-xx}/

Update operation of resource: eigrp

eigrpbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/eigrp/{as-xx}/

Create operation of resource: eigrp

eigrpbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/eigrp/{as-xx}/

Delete operation of resource: eigrp

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EIGRP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list-out/distribute-outs/distribute-out/{protocol-name}/eigrp/{as-xx}/

Retrieve operation of resource: eigrp

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

protocol-name: string
in path

ID of protocol-name

as-xx: string
in path

ID of as-xx

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

DISTRIBUTE-LIST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list/

Update operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list/

Create operation of resource: distribute-list

distribute-listbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "prefix-list": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list/

Delete operation of resource: distribute-list

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DISTRIBUTE-LIST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list/

Retrieve operation of resource: distribute-list

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "prefix-list": "string"
  }
}

IN - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list/in/

Update operation of resource: in

inbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list/in/

Create operation of resource: in

inbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "prefix-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list/in/

Delete operation of resource: in

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IN - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/distribute-list/in/

Retrieve operation of resource: in

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "prefix-list": "string"
}

STUB-ROUTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/

Update operation of resource: stub-router

stub-routerbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

STUB-ROUTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/

Create operation of resource: stub-router

stub-routerbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

STUB-ROUTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/

Delete operation of resource: stub-router

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

STUB-ROUTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/

Retrieve operation of resource: stub-router

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  },    "on-proc-restart": "integer"
  }
}

RBIT - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/rbit/

Update operation of resource: rbit

rbitbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RBIT - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/rbit/

Create operation of resource: rbit

rbitbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RBIT - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/rbit/

Delete operation of resource: rbit

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RBIT - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/rbit/

Retrieve operation of resource: rbit

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "on-proc-restart": "integer"
}

ON-STARTUP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/rbit/on-startup/

Update operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/rbit/on-startup/

Create operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/rbit/on-startup/

Delete operation of resource: on-startup

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/rbit/on-startup/

Retrieve operation of resource: on-startup

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}

V6BIT - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/v6bit/

Update operation of resource: v6bit

v6bitbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

V6BIT - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/v6bit/

Create operation of resource: v6bit

v6bitbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

V6BIT - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/v6bit/

Delete operation of resource: v6bit

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

V6BIT - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/v6bit/

Retrieve operation of resource: v6bit

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "on-proc-restart": "integer"
}

ON-STARTUP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/v6bit/on-startup/

Update operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/v6bit/on-startup/

Create operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/v6bit/on-startup/

Delete operation of resource: on-startup

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/v6bit/on-startup/

Retrieve operation of resource: on-startup

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}

MAX-METRIC - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/max-metric/

Update operation of resource: max-metric

max-metricbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAX-METRIC - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/max-metric/

Create operation of resource: max-metric

max-metricbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "on-proc-restart": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAX-METRIC - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/max-metric/

Delete operation of resource: max-metric

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MAX-METRIC - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/max-metric/

Retrieve operation of resource: max-metric

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "on-proc-restart": "integer"
}

ON-STARTUP - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/max-metric/on-startup/

Update operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/max-metric/on-startup/

Create operation of resource: on-startup

on-startupbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/max-metric/on-startup/

Delete operation of resource: on-startup

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ON-STARTUP - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/stub-router/max-metric/on-startup/

Retrieve operation of resource: on-startup

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}

BFD - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/bfd/

Update operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/bfd/

Create operation of resource: bfd

bfdbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/bfd/

Delete operation of resource: bfd

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BFD - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/bfd/

Retrieve operation of resource: bfd

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

DATABASE-FILTER - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/database-filter/

Update operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/database-filter/

Create operation of resource: database-filter

database-filterbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "out": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/database-filter/

Delete operation of resource: database-filter

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DATABASE-FILTER - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/database-filter/

Retrieve operation of resource: database-filter

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "out": [ null ]
  }
}

ALL - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/database-filter/all/

Update operation of resource: all

allbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/database-filter/all/

Create operation of resource: all

allbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "out": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/database-filter/all/

Delete operation of resource: all

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ALL - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/database-filter/all/

Retrieve operation of resource: all

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "out": [ null ]
}

CAPABILITY - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/capability/

Update operation of resource: capability

capabilitybody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "vrf-lite": "boolean",
  "type7-translate-zero-forwarding-addr": "boolean",
  "type7-prefer": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CAPABILITY - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/capability/

Create operation of resource: capability

capabilitybody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "vrf-lite": "boolean",
  "type7-translate-zero-forwarding-addr": "boolean",
  "type7-prefer": "boolean"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CAPABILITY - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/capability/

Delete operation of resource: capability

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CAPABILITY - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/capability/

Retrieve operation of resource: capability

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "vrf-lite": "boolean",
  "type7-translate-zero-forwarding-addr": "boolean",
  "type7-prefer": "boolean"
}

AUTHENTICATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/authentication/

Update operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/authentication/

Create operation of resource: authentication

authenticationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/authentication/

Delete operation of resource: authentication

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTHENTICATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/authentication/

Retrieve operation of resource: authentication

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

GRACEFUL-RESTART - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/graceful-restart/

Update operation of resource: graceful-restart

graceful-restartbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "enable": [ null ],
  "strict-lsa-checking": [ null ],
  "interval": "integer",
  "helper": [ null ],
  "lifetime": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GRACEFUL-RESTART - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/graceful-restart/

Create operation of resource: graceful-restart

graceful-restartbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "enable": [ null ],
  "strict-lsa-checking": [ null ],
  "interval": "integer",
  "helper": [ null ],
  "lifetime": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GRACEFUL-RESTART - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/graceful-restart/

Delete operation of resource: graceful-restart

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GRACEFUL-RESTART - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/graceful-restart/

Retrieve operation of resource: graceful-restart

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "enable": [ null ],
  "strict-lsa-checking": [ null ],
  "interval": "integer",
  "helper": [ null ],
  "lifetime": "integer"
}

DEFAULT-INFORMATION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/default-information/

Update operation of resource: default-information

default-informationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "always": "boolean",
    "metric": "integer",
    "tag": "integer",
    "metric-type": "integer",
    "route-policy-name": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-INFORMATION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/default-information/

Create operation of resource: default-information

default-informationbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    "always": "boolean",
    "metric": "integer",
    "tag": "integer",
    "metric-type": "integer",
    "route-policy-name": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-INFORMATION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/default-information/

Delete operation of resource: default-information

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-INFORMATION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/default-information/

Retrieve operation of resource: default-information

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "always": "boolean",
    "metric": "integer",
    "tag": "integer",
    "metric-type": "integer",
    "route-policy-name": "string"
  }
}

ORIGINATE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/default-information/originate/

Update operation of resource: originate

originatebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "always": "boolean",
  "metric": "integer",
  "tag": "integer",
  "metric-type": "integer",
  "route-policy-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ORIGINATE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/default-information/originate/

Create operation of resource: originate

originatebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "always": "boolean",
  "metric": "integer",
  "tag": "integer",
  "metric-type": "integer",
  "route-policy-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ORIGINATE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/default-information/originate/

Delete operation of resource: originate

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ORIGINATE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/default-information/originate/

Retrieve operation of resource: originate

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "always": "boolean",
  "metric": "integer",
  "tag": "integer",
  "metric-type": "integer",
  "route-policy-name": "string"
}

PROCESS-SCOPE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/

Update operation of resource: process-scope

process-scopebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESS-SCOPE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/

Create operation of resource: process-scope

process-scopebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESS-SCOPE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/

Delete operation of resource: process-scope

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PROCESS-SCOPE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/

Retrieve operation of resource: process-scope

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{          {
            "interface-name": "string"
          }
        ]
      }
    },          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}

FAST-REROUTE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/

Update operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/

Create operation of resource: fast-reroute

fast-reroutebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/

Delete operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

FAST-REROUTE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/

Retrieve operation of resource: fast-reroute

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "interface-name": "string"
        }
      ]
    }
  },        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

PER-LINK - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-link/

Create operation of resource: per-link

per-linkbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-link/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-link/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-link/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-link/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/

Update operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/

Create operation of resource: per-prefix

per-prefixbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{      {
        "interface-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/

Delete operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

PER-PREFIX - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/

Retrieve operation of resource: per-prefix

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "interface-name": "string"
      }
    ]
  }
}

CANDIDATE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/candidate-interfaces/

Update operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/candidate-interfaces/

Create operation of resource: candidate-interfaces

candidate-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/candidate-interfaces/

Delete operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/candidate-interfaces/

Retrieve operation of resource: candidate-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

CANDIDATE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Update operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Create operation of resource: candidate-interface

candidate-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Delete operation of resource: candidate-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CANDIDATE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/candidate-interfaces/candidate-interface/{interface-name}/

Retrieve operation of resource: candidate-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

EXCLUDE-INTERFACES - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/exclude-interfaces/

Update operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/exclude-interfaces/

Create operation of resource: exclude-interfaces

exclude-interfacesbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{    {
      "interface-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/exclude-interfaces/

Delete operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACES - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/exclude-interfaces/

Retrieve operation of resource: exclude-interfaces

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "interface-name": "string"
    }
  ]
}

EXCLUDE-INTERFACE - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Update operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Create operation of resource: exclude-interface

exclude-interfacebody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

interface-name: string
in path

ID of interface-name

Request Content-Types: application/json
Request Example
{
  "interface-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Delete operation of resource: exclude-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

interface-name: string
in path

ID of interface-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

EXCLUDE-INTERFACE - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/process-scope/fast-reroute/per-prefix/exclude-interfaces/exclude-interface/{interface-name}/

Retrieve operation of resource: exclude-interface

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

interface-name: string
in path

ID of interface-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "interface-name": "string"
}

ENCRYPTION - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/encryption/

Update operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/encryption/

Create operation of resource: encryption

encryptionbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/encryption/

Delete operation of resource: encryption

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTION - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/encryption/

Retrieve operation of resource: encryption

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

AUTO-COST - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/auto-cost/

Update operation of resource: auto-cost

auto-costbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "reference-bandwidth": "integer",
  "disable": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTO-COST - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/auto-cost/

Create operation of resource: auto-cost

auto-costbody object

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Request Content-Types: application/json
Request Example
{
  "reference-bandwidth": "integer",
  "disable": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTO-COST - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/auto-cost/

Delete operation of resource: auto-cost

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AUTO-COST - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/vrfs/vrf/{vrf-name}/auto-cost/

Retrieve operation of resource: auto-cost

process-name: string
in path

ID of process-name

vrf-name: string
in path

ID of vrf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "reference-bandwidth": "integer",
  "disable": [ null ]
}

AF - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/af/

Update operation of resource: af

afbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "af-name": "string",
  "saf-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AF - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/af/

Create operation of resource: af

afbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{
  "af-name": "string",
  "saf-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AF - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/af/

Delete operation of resource: af

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AF - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/af/

Retrieve operation of resource: af

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "af-name": "string",
  "saf-name": "string"
}

TRACE-BUFS - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/trace-bufs/

Update operation of resource: trace-bufs

trace-bufsbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "trace-buf-name": "string",
      "bufsize": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRACE-BUFS - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/trace-bufs/

Create operation of resource: trace-bufs

trace-bufsbody object

process-name: string
in path

ID of process-name

Request Content-Types: application/json
Request Example
{    {
      "trace-buf-name": "string",
      "bufsize": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRACE-BUFS - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/trace-bufs/

Delete operation of resource: trace-bufs

process-name: string
in path

ID of process-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRACE-BUFS - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/trace-bufs/

Retrieve operation of resource: trace-bufs

process-name: string
in path

ID of process-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "trace-buf-name": "string",
      "bufsize": "string"
    }
  ]
}

TRACE-BUF - Update

PUT Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/trace-bufs/trace-buf/{trace-buf-name}/

Update operation of resource: trace-buf

trace-bufbody object

process-name: string
in path

ID of process-name

trace-buf-name: string
in path

ID of trace-buf-name

Request Content-Types: application/json
Request Example
{
  "trace-buf-name": "string",
  "bufsize": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRACE-BUF - Create

POST Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/trace-bufs/trace-buf/{trace-buf-name}/

Create operation of resource: trace-buf

trace-bufbody object

process-name: string
in path

ID of process-name

trace-buf-name: string
in path

ID of trace-buf-name

Request Content-Types: application/json
Request Example
{
  "trace-buf-name": "string",
  "bufsize": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRACE-BUF - Delete

DELETE Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/trace-bufs/trace-buf/{trace-buf-name}/

Delete operation of resource: trace-buf

process-name: string
in path

ID of process-name

trace-buf-name: string
in path

ID of trace-buf-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRACE-BUF - Retrieve

GET Cisco-IOS-XR-ipv6-ospfv3-cfg:ospfv3/processes/process/{process-name}/trace-bufs/trace-buf/{trace-buf-name}/

Retrieve operation of resource: trace-buf

process-name: string
in path

ID of process-name

trace-buf-name: string
in path

ID of trace-buf-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "trace-buf-name": "string",
  "bufsize": "string"
}

SNMP - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/

Update operation of resource: snmp

snmpbody object

Request Content-Types: application/json
Request Example
{
  "authentication": [ null ],
  "enable": [ null ],
  "warm-start": [ null ],
  "cold-start": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/

Create operation of resource: snmp

snmpbody object

Request Content-Types: application/json
Request Example
{
  "authentication": [ null ],
  "enable": [ null ],
  "warm-start": [ null ],
  "cold-start": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/

Delete operation of resource: snmp

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/

Retrieve operation of resource: snmp

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication": [ null ],
  "enable": [ null ],
  "warm-start": [ null ],
  "cold-start": [ null ]
}

ENCRYPTED-COMMUNITY-MAPS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/encrypted-community-maps/

Update operation of resource: encrypted-community-maps

encrypted-community-mapsbody object

Request Content-Types: application/json
Request Example
{    {
      "security": "string",
      "community-name": "string",
      "context": "string",
      "target-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITY-MAPS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/encrypted-community-maps/

Create operation of resource: encrypted-community-maps

encrypted-community-mapsbody object

Request Content-Types: application/json
Request Example
{    {
      "security": "string",
      "community-name": "string",
      "context": "string",
      "target-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITY-MAPS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/encrypted-community-maps/

Delete operation of resource: encrypted-community-maps

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITY-MAPS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/encrypted-community-maps/

Retrieve operation of resource: encrypted-community-maps

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "security": "string",
      "community-name": "string",
      "context": "string",
      "target-list": "string"
    }
  ]
}

ENCRYPTED-COMMUNITY-MAP - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/encrypted-community-maps/encrypted-community-map/{community-name}/

Update operation of resource: encrypted-community-map

encrypted-community-mapbody object

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "security": "string",
  "community-name": "string",
  "context": "string",
  "target-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITY-MAP - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/encrypted-community-maps/encrypted-community-map/{community-name}/

Create operation of resource: encrypted-community-map

encrypted-community-mapbody object

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "security": "string",
  "community-name": "string",
  "context": "string",
  "target-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITY-MAP - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/encrypted-community-maps/encrypted-community-map/{community-name}/

Delete operation of resource: encrypted-community-map

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITY-MAP - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/encrypted-community-maps/encrypted-community-map/{community-name}/

Retrieve operation of resource: encrypted-community-map

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "security": "string",
  "community-name": "string",
  "context": "string",
  "target-list": "string"
}

VIEWS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/views/

Update operation of resource: views

viewsbody object

Request Content-Types: application/json
Request Example
{    {
      "view-name": "string",
      "view-inclusion": "string",
      "family": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIEWS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/views/

Create operation of resource: views

viewsbody object

Request Content-Types: application/json
Request Example
{    {
      "view-name": "string",
      "view-inclusion": "string",
      "family": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIEWS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/views/

Delete operation of resource: views

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIEWS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/views/

Retrieve operation of resource: views

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "view-name": "string",
      "view-inclusion": "string",
      "family": "string"
    }
  ]
}

VIEW - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/views/view/{view-name family}/

Update operation of resource: view

viewbody object

view-name family: string
in path

ID of view-name family

Request Content-Types: application/json
Request Example
{
  "view-name": "string",
  "view-inclusion": "string",
  "family": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIEW - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/views/view/{view-name family}/

Create operation of resource: view

viewbody object

view-name family: string
in path

ID of view-name family

Request Content-Types: application/json
Request Example
{
  "view-name": "string",
  "view-inclusion": "string",
  "family": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIEW - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/views/view/{view-name family}/

Delete operation of resource: view

view-name family: string
in path

ID of view-name family

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VIEW - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/views/view/{view-name family}/

Retrieve operation of resource: view

view-name family: string
in path

ID of view-name family

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "view-name": "string",
  "view-inclusion": "string",
  "family": "string"
}

LOGGING - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/logging/

Update operation of resource: logging

loggingbody object

Request Content-Types: application/json
Request Example
{    "oid-processing": "integer",
    "pdu-processing": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LOGGING - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/logging/

Create operation of resource: logging

loggingbody object

Request Content-Types: application/json
Request Example
{    "oid-processing": "integer",
    "pdu-processing": "integer"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LOGGING - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/logging/

Delete operation of resource: logging

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

LOGGING - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/logging/

Retrieve operation of resource: logging

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "oid-processing": "integer",
    "pdu-processing": "integer"
  }
}

THRESHOLD - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/logging/threshold/

Update operation of resource: threshold

thresholdbody object

Request Content-Types: application/json
Request Example
{
  "oid-processing": "integer",
  "pdu-processing": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

THRESHOLD - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/logging/threshold/

Create operation of resource: threshold

thresholdbody object

Request Content-Types: application/json
Request Example
{
  "oid-processing": "integer",
  "pdu-processing": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

THRESHOLD - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/logging/threshold/

Delete operation of resource: threshold

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

THRESHOLD - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/logging/threshold/

Retrieve operation of resource: threshold

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "oid-processing": "integer",
  "pdu-processing": "integer"
}

ADMINISTRATION - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/

Update operation of resource: administration

administrationbody object

Request Content-Types: application/json
Request Example
{      {
        "priviledge": "string",
        "view-name": "string",
        "v6acl-type": "string",
        "v6-access-list": "string",
        "community-name": "string",
        "owner": "string",
        "v4acl-type": "string",
        "v4-access-list": "string"
      }
    ]
  },      {
        "priviledge": "string",
        "view-name": "string",
        "v6acl-type": "string",
        "v6-access-list": "string",
        "community-name": "string",
        "owner": "string",
        "v4acl-type": "string",
        "v4-access-list": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ADMINISTRATION - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/

Create operation of resource: administration

administrationbody object

Request Content-Types: application/json
Request Example
{      {
        "priviledge": "string",
        "view-name": "string",
        "v6acl-type": "string",
        "v6-access-list": "string",
        "community-name": "string",
        "owner": "string",
        "v4acl-type": "string",
        "v4-access-list": "string"
      }
    ]
  },      {
        "priviledge": "string",
        "view-name": "string",
        "v6acl-type": "string",
        "v6-access-list": "string",
        "community-name": "string",
        "owner": "string",
        "v4acl-type": "string",
        "v4-access-list": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ADMINISTRATION - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/

Delete operation of resource: administration

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ADMINISTRATION - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/

Retrieve operation of resource: administration

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "priviledge": "string",
        "view-name": "string",
        "v6acl-type": "string",
        "v6-access-list": "string",
        "community-name": "string",
        "owner": "string",
        "v4acl-type": "string",
        "v4-access-list": "string"
      }
    ]
  },      {
        "priviledge": "string",
        "view-name": "string",
        "v6acl-type": "string",
        "v6-access-list": "string",
        "community-name": "string",
        "owner": "string",
        "v4acl-type": "string",
        "v4-access-list": "string"
      }
    ]
  }
}

DEFAULT-COMMUNITIES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/default-communities/

Update operation of resource: default-communities

default-communitiesbody object

Request Content-Types: application/json
Request Example
{    {
      "priviledge": "string",
      "view-name": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "community-name": "string",
      "owner": "string",
      "v4acl-type": "string",
      "v4-access-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITIES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/default-communities/

Create operation of resource: default-communities

default-communitiesbody object

Request Content-Types: application/json
Request Example
{    {
      "priviledge": "string",
      "view-name": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "community-name": "string",
      "owner": "string",
      "v4acl-type": "string",
      "v4-access-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITIES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/default-communities/

Delete operation of resource: default-communities

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITIES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/default-communities/

Retrieve operation of resource: default-communities

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "priviledge": "string",
      "view-name": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "community-name": "string",
      "owner": "string",
      "v4acl-type": "string",
      "v4-access-list": "string"
    }
  ]
}

DEFAULT-COMMUNITY - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/default-communities/default-community/{community-name}/

Update operation of resource: default-community

default-communitybody object

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "priviledge": "string",
  "view-name": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "community-name": "string",
  "owner": "string",
  "v4acl-type": "string",
  "v4-access-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITY - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/default-communities/default-community/{community-name}/

Create operation of resource: default-community

default-communitybody object

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "priviledge": "string",
  "view-name": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "community-name": "string",
  "owner": "string",
  "v4acl-type": "string",
  "v4-access-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITY - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/default-communities/default-community/{community-name}/

Delete operation of resource: default-community

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITY - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/default-communities/default-community/{community-name}/

Retrieve operation of resource: default-community

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "priviledge": "string",
  "view-name": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "community-name": "string",
  "owner": "string",
  "v4acl-type": "string",
  "v4-access-list": "string"
}

ENCRYPTED-COMMUNITIES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/encrypted-communities/

Update operation of resource: encrypted-communities

encrypted-communitiesbody object

Request Content-Types: application/json
Request Example
{    {
      "priviledge": "string",
      "view-name": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "community-name": "string",
      "owner": "string",
      "v4acl-type": "string",
      "v4-access-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITIES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/encrypted-communities/

Create operation of resource: encrypted-communities

encrypted-communitiesbody object

Request Content-Types: application/json
Request Example
{    {
      "priviledge": "string",
      "view-name": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "community-name": "string",
      "owner": "string",
      "v4acl-type": "string",
      "v4-access-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITIES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/encrypted-communities/

Delete operation of resource: encrypted-communities

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITIES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/encrypted-communities/

Retrieve operation of resource: encrypted-communities

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "priviledge": "string",
      "view-name": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "community-name": "string",
      "owner": "string",
      "v4acl-type": "string",
      "v4-access-list": "string"
    }
  ]
}

ENCRYPTED-COMMUNITY - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/encrypted-communities/encrypted-community/{community-name}/

Update operation of resource: encrypted-community

encrypted-communitybody object

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "priviledge": "string",
  "view-name": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "community-name": "string",
  "owner": "string",
  "v4acl-type": "string",
  "v4-access-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITY - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/encrypted-communities/encrypted-community/{community-name}/

Create operation of resource: encrypted-community

encrypted-communitybody object

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "priviledge": "string",
  "view-name": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "community-name": "string",
  "owner": "string",
  "v4acl-type": "string",
  "v4-access-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITY - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/encrypted-communities/encrypted-community/{community-name}/

Delete operation of resource: encrypted-community

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-COMMUNITY - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/administration/encrypted-communities/encrypted-community/{community-name}/

Retrieve operation of resource: encrypted-community

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "priviledge": "string",
  "view-name": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "community-name": "string",
  "owner": "string",
  "v4acl-type": "string",
  "v4-access-list": "string"
}

AGENT - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/

Update operation of resource: agent

agentbody object

Request Content-Types: application/json
Request Example
{        {
          "remote-engine-id": "string",
          "remote-address": "string",
          "port": "string"
        }
      ]
    },
    "local": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AGENT - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/

Create operation of resource: agent

agentbody object

Request Content-Types: application/json
Request Example
{        {
          "remote-engine-id": "string",
          "remote-address": "string",
          "port": "string"
        }
      ]
    },
    "local": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AGENT - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/

Delete operation of resource: agent

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

AGENT - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/

Retrieve operation of resource: agent

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{        {
          "remote-engine-id": "string",
          "remote-address": "string",
          "port": "string"
        }
      ]
    },
    "local": "string"
  }
}

ENGINE-ID - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/

Update operation of resource: engine-id

engine-idbody object

Request Content-Types: application/json
Request Example
{      {
        "remote-engine-id": "string",
        "remote-address": "string",
        "port": "string"
      }
    ]
  },
  "local": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENGINE-ID - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/

Create operation of resource: engine-id

engine-idbody object

Request Content-Types: application/json
Request Example
{      {
        "remote-engine-id": "string",
        "remote-address": "string",
        "port": "string"
      }
    ]
  },
  "local": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENGINE-ID - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/

Delete operation of resource: engine-id

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENGINE-ID - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/

Retrieve operation of resource: engine-id

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "remote-engine-id": "string",
        "remote-address": "string",
        "port": "string"
      }
    ]
  },
  "local": "string"
}

REMOTES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/remotes/

Update operation of resource: remotes

remotesbody object

Request Content-Types: application/json
Request Example
{    {
      "remote-engine-id": "string",
      "remote-address": "string",
      "port": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REMOTES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/remotes/

Create operation of resource: remotes

remotesbody object

Request Content-Types: application/json
Request Example
{    {
      "remote-engine-id": "string",
      "remote-address": "string",
      "port": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REMOTES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/remotes/

Delete operation of resource: remotes

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REMOTES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/remotes/

Retrieve operation of resource: remotes

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "remote-engine-id": "string",
      "remote-address": "string",
      "port": "string"
    }
  ]
}

REMOTE - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/remotes/remote/{remote-address}/

Update operation of resource: remote

remotebody object

remote-address: string
in path

ID of remote-address

Request Content-Types: application/json
Request Example
{
  "remote-engine-id": "string",
  "remote-address": "string",
  "port": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REMOTE - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/remotes/remote/{remote-address}/

Create operation of resource: remote

remotebody object

remote-address: string
in path

ID of remote-address

Request Content-Types: application/json
Request Example
{
  "remote-engine-id": "string",
  "remote-address": "string",
  "port": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REMOTE - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/remotes/remote/{remote-address}/

Delete operation of resource: remote

remote-address: string
in path

ID of remote-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

REMOTE - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/agent/engine-id/remotes/remote/{remote-address}/

Retrieve operation of resource: remote

remote-address: string
in path

ID of remote-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "remote-engine-id": "string",
  "remote-address": "string",
  "port": "string"
}

TRAP - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap/

Update operation of resource: trap

trapbody object

Request Content-Types: application/json
Request Example
{
  "queue-length": "integer",
  "throttle-time": "integer",
  "timeout": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap/

Create operation of resource: trap

trapbody object

Request Content-Types: application/json
Request Example
{
  "queue-length": "integer",
  "throttle-time": "integer",
  "timeout": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap/

Delete operation of resource: trap

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap/

Retrieve operation of resource: trap

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "queue-length": "integer",
  "throttle-time": "integer",
  "timeout": "integer"
}

DROP-PACKET - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/drop-packet/

Update operation of resource: drop-packet

drop-packetbody object

Request Content-Types: application/json
Request Example
{
  "unknown-user": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DROP-PACKET - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/drop-packet/

Create operation of resource: drop-packet

drop-packetbody object

Request Content-Types: application/json
Request Example
{
  "unknown-user": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DROP-PACKET - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/drop-packet/

Delete operation of resource: drop-packet

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DROP-PACKET - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/drop-packet/

Retrieve operation of resource: drop-packet

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "unknown-user": [ null ]
}

IPV6 - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv6/

Update operation of resource: ipv6

ipv6body object

Request Content-Types: application/json
Request Example
{    "type": "string",
    "dscp": "string",
    "precedence": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IPV6 - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv6/

Create operation of resource: ipv6

ipv6body object

Request Content-Types: application/json
Request Example
{    "type": "string",
    "dscp": "string",
    "precedence": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IPV6 - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv6/

Delete operation of resource: ipv6

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IPV6 - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv6/

Retrieve operation of resource: ipv6

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "type": "string",
    "dscp": "string",
    "precedence": "string"
  }
}

TOS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv6/tos/

Update operation of resource: tos

tosbody object

Request Content-Types: application/json
Request Example
{
  "type": "string",
  "dscp": "string",
  "precedence": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TOS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv6/tos/

Create operation of resource: tos

tosbody object

Request Content-Types: application/json
Request Example
{
  "type": "string",
  "dscp": "string",
  "precedence": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TOS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv6/tos/

Delete operation of resource: tos

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TOS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv6/tos/

Retrieve operation of resource: tos

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "type": "string",
  "dscp": "string",
  "precedence": "string"
}

IPV4 - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv4/

Update operation of resource: ipv4

ipv4body object

Request Content-Types: application/json
Request Example
{    "type": "string",
    "dscp": "string",
    "precedence": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IPV4 - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv4/

Create operation of resource: ipv4

ipv4body object

Request Content-Types: application/json
Request Example
{    "type": "string",
    "dscp": "string",
    "precedence": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IPV4 - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv4/

Delete operation of resource: ipv4

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

IPV4 - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv4/

Retrieve operation of resource: ipv4

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "type": "string",
    "dscp": "string",
    "precedence": "string"
  }
}

TOS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv4/tos/

Update operation of resource: tos

tosbody object

Request Content-Types: application/json
Request Example
{
  "type": "string",
  "dscp": "string",
  "precedence": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TOS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv4/tos/

Create operation of resource: tos

tosbody object

Request Content-Types: application/json
Request Example
{
  "type": "string",
  "dscp": "string",
  "precedence": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TOS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv4/tos/

Delete operation of resource: tos

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TOS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/ipv4/tos/

Retrieve operation of resource: tos

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "type": "string",
  "dscp": "string",
  "precedence": "string"
}

SYSTEM - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/system/

Update operation of resource: system

systembody object

Request Content-Types: application/json
Request Example
{
  "chassis-id": "string",
  "contact": "string",
  "location": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SYSTEM - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/system/

Create operation of resource: system

systembody object

Request Content-Types: application/json
Request Example
{
  "chassis-id": "string",
  "contact": "string",
  "location": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SYSTEM - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/system/

Delete operation of resource: system

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SYSTEM - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/system/

Retrieve operation of resource: system

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "chassis-id": "string",
  "contact": "string",
  "location": "string"
}

TARGET - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/target/

Update operation of resource: target

targetbody object

Request Content-Types: application/json
Request Example
{      {
        "ip-address": "string"
      }
    ]
  },
  "target-list-name": "string",      {
        "name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/target/

Create operation of resource: target

targetbody object

Request Content-Types: application/json
Request Example
{      {
        "ip-address": "string"
      }
    ]
  },
  "target-list-name": "string",      {
        "name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/target/

Delete operation of resource: target

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/target/

Retrieve operation of resource: target

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "ip-address": "string"
      }
    ]
  },
  "target-list-name": "string",      {
        "name": "string"
      }
    ]
  }
}

TARGETS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/

Update operation of resource: targets

targetsbody object

Request Content-Types: application/json
Request Example
{    {          {
            "ip-address": "string"
          }
        ]
      },
      "target-list-name": "string",          {
            "name": "string"
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGETS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/

Create operation of resource: targets

targetsbody object

Request Content-Types: application/json
Request Example
{    {          {
            "ip-address": "string"
          }
        ]
      },
      "target-list-name": "string",          {
            "name": "string"
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGETS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/

Delete operation of resource: targets

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGETS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/

Retrieve operation of resource: targets

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {          {
            "ip-address": "string"
          }
        ]
      },
      "target-list-name": "string",          {
            "name": "string"
          }
        ]
      }
    }
  ]
}

TARGET - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/

Update operation of resource: target

targetbody object

target-list-name: string
in path

ID of target-list-name

Request Content-Types: application/json
Request Example
{      {
        "ip-address": "string"
      }
    ]
  },
  "target-list-name": "string",      {
        "name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/

Create operation of resource: target

targetbody object

target-list-name: string
in path

ID of target-list-name

Request Content-Types: application/json
Request Example
{      {
        "ip-address": "string"
      }
    ]
  },
  "target-list-name": "string",      {
        "name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/

Delete operation of resource: target

target-list-name: string
in path

ID of target-list-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/

Retrieve operation of resource: target

target-list-name: string
in path

ID of target-list-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "ip-address": "string"
      }
    ]
  },
  "target-list-name": "string",      {
        "name": "string"
      }
    ]
  }
}

VRF-NAMES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/vrf-names/

Update operation of resource: vrf-names

vrf-namesbody object

target-list-name: string
in path

ID of target-list-name

Request Content-Types: application/json
Request Example
{    {
      "name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF-NAMES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/vrf-names/

Create operation of resource: vrf-names

vrf-namesbody object

target-list-name: string
in path

ID of target-list-name

Request Content-Types: application/json
Request Example
{    {
      "name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF-NAMES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/vrf-names/

Delete operation of resource: vrf-names

target-list-name: string
in path

ID of target-list-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF-NAMES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/vrf-names/

Retrieve operation of resource: vrf-names

target-list-name: string
in path

ID of target-list-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "name": "string"
    }
  ]
}

VRF-NAME - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/vrf-names/vrf-name/{name}/

Update operation of resource: vrf-name

vrf-namebody object

target-list-name: string
in path

ID of target-list-name

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF-NAME - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/vrf-names/vrf-name/{name}/

Create operation of resource: vrf-name

vrf-namebody object

target-list-name: string
in path

ID of target-list-name

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF-NAME - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/vrf-names/vrf-name/{name}/

Delete operation of resource: vrf-name

target-list-name: string
in path

ID of target-list-name

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF-NAME - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/vrf-names/vrf-name/{name}/

Retrieve operation of resource: vrf-name

target-list-name: string
in path

ID of target-list-name

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "name": "string"
}

TARGET-ADDRESSES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/target-addresses/

Update operation of resource: target-addresses

target-addressesbody object

target-list-name: string
in path

ID of target-list-name

Request Content-Types: application/json
Request Example
{    {
      "ip-address": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET-ADDRESSES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/target-addresses/

Create operation of resource: target-addresses

target-addressesbody object

target-list-name: string
in path

ID of target-list-name

Request Content-Types: application/json
Request Example
{    {
      "ip-address": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET-ADDRESSES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/target-addresses/

Delete operation of resource: target-addresses

target-list-name: string
in path

ID of target-list-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET-ADDRESSES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/target-addresses/

Retrieve operation of resource: target-addresses

target-list-name: string
in path

ID of target-list-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "ip-address": "string"
    }
  ]
}

TARGET-ADDRESS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/target-addresses/target-address/{ip-address}/

Update operation of resource: target-address

target-addressbody object

target-list-name: string
in path

ID of target-list-name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{
  "ip-address": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET-ADDRESS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/target-addresses/target-address/{ip-address}/

Create operation of resource: target-address

target-addressbody object

target-list-name: string
in path

ID of target-list-name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{
  "ip-address": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET-ADDRESS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/target-addresses/target-address/{ip-address}/

Delete operation of resource: target-address

target-list-name: string
in path

ID of target-list-name

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TARGET-ADDRESS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/target/targets/target/{target-list-name}/target-addresses/target-address/{ip-address}/

Retrieve operation of resource: target-address

target-list-name: string
in path

ID of target-list-name

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "ip-address": "string"
}

NOTIFICATION - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/

Update operation of resource: notification

notificationbody object

Request Content-Types: application/json
Request Example
{    "authentication": [ null ],
    "enable": [ null ],
    "warm-start": [ null ],
    "cold-start": [ null ]
  },      "nssa-translator": [ null ],
      "virtual-neighbor": [ null ],
      "virtual-interface": [ null ],
      "neighbor": [ null ],
      "interface": [ null ],
      "restart-virtual-helper": [ null ],
      "restart-helper": [ null ],
      "restart": [ null ]
    },      "virtual-bad-packet": [ null ],
      "config-error": [ null ],
      "bad-packet": [ null ],
      "virtual-config-error": [ null ]
    }
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NOTIFICATION - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/

Create operation of resource: notification

notificationbody object

Request Content-Types: application/json
Request Example
{    "authentication": [ null ],
    "enable": [ null ],
    "warm-start": [ null ],
    "cold-start": [ null ]
  },      "nssa-translator": [ null ],
      "virtual-neighbor": [ null ],
      "virtual-interface": [ null ],
      "neighbor": [ null ],
      "interface": [ null ],
      "restart-virtual-helper": [ null ],
      "restart-helper": [ null ],
      "restart": [ null ]
    },      "virtual-bad-packet": [ null ],
      "config-error": [ null ],
      "bad-packet": [ null ],
      "virtual-config-error": [ null ]
    }
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NOTIFICATION - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/

Delete operation of resource: notification

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NOTIFICATION - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/

Retrieve operation of resource: notification

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "authentication": [ null ],
    "enable": [ null ],
    "warm-start": [ null ],
    "cold-start": [ null ]
  },      "nssa-translator": [ null ],
      "virtual-neighbor": [ null ],
      "virtual-interface": [ null ],
      "neighbor": [ null ],
      "interface": [ null ],
      "restart-virtual-helper": [ null ],
      "restart-helper": [ null ],
      "restart": [ null ]
    },      "virtual-bad-packet": [ null ],
      "config-error": [ null ],
      "bad-packet": [ null ],
      "virtual-config-error": [ null ]
    }
  }
}

SNMP - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/snmp/

Update operation of resource: snmp

snmpbody object

Request Content-Types: application/json
Request Example
{
  "authentication": [ null ],
  "enable": [ null ],
  "warm-start": [ null ],
  "cold-start": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/snmp/

Create operation of resource: snmp

snmpbody object

Request Content-Types: application/json
Request Example
{
  "authentication": [ null ],
  "enable": [ null ],
  "warm-start": [ null ],
  "cold-start": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/snmp/

Delete operation of resource: snmp

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SNMP - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/snmp/

Retrieve operation of resource: snmp

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "authentication": [ null ],
  "enable": [ null ],
  "warm-start": [ null ],
  "cold-start": [ null ]
}

OSPFV3 - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/

Update operation of resource: ospfv3

ospfv3body object

Request Content-Types: application/json
Request Example
{    "nssa-translator": [ null ],
    "virtual-neighbor": [ null ],
    "virtual-interface": [ null ],
    "neighbor": [ null ],
    "interface": [ null ],
    "restart-virtual-helper": [ null ],
    "restart-helper": [ null ],
    "restart": [ null ]
  },    "virtual-bad-packet": [ null ],
    "config-error": [ null ],
    "bad-packet": [ null ],
    "virtual-config-error": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/

Create operation of resource: ospfv3

ospfv3body object

Request Content-Types: application/json
Request Example
{    "nssa-translator": [ null ],
    "virtual-neighbor": [ null ],
    "virtual-interface": [ null ],
    "neighbor": [ null ],
    "interface": [ null ],
    "restart-virtual-helper": [ null ],
    "restart-helper": [ null ],
    "restart": [ null ]
  },    "virtual-bad-packet": [ null ],
    "config-error": [ null ],
    "bad-packet": [ null ],
    "virtual-config-error": [ null ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/

Delete operation of resource: ospfv3

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OSPFV3 - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/

Retrieve operation of resource: ospfv3

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    "nssa-translator": [ null ],
    "virtual-neighbor": [ null ],
    "virtual-interface": [ null ],
    "neighbor": [ null ],
    "interface": [ null ],
    "restart-virtual-helper": [ null ],
    "restart-helper": [ null ],
    "restart": [ null ]
  },    "virtual-bad-packet": [ null ],
    "config-error": [ null ],
    "bad-packet": [ null ],
    "virtual-config-error": [ null ]
  }
}

ERROR - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/error/

Update operation of resource: error

errorbody object

Request Content-Types: application/json
Request Example
{
  "virtual-bad-packet": [ null ],
  "config-error": [ null ],
  "bad-packet": [ null ],
  "virtual-config-error": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ERROR - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/error/

Create operation of resource: error

errorbody object

Request Content-Types: application/json
Request Example
{
  "virtual-bad-packet": [ null ],
  "config-error": [ null ],
  "bad-packet": [ null ],
  "virtual-config-error": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ERROR - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/error/

Delete operation of resource: error

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ERROR - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/error/

Retrieve operation of resource: error

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "virtual-bad-packet": [ null ],
  "config-error": [ null ],
  "bad-packet": [ null ],
  "virtual-config-error": [ null ]
}

STATE-CHANGE - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/state-change/

Update operation of resource: state-change

state-changebody object

Request Content-Types: application/json
Request Example
{
  "nssa-translator": [ null ],
  "virtual-neighbor": [ null ],
  "virtual-interface": [ null ],
  "neighbor": [ null ],
  "interface": [ null ],
  "restart-virtual-helper": [ null ],
  "restart-helper": [ null ],
  "restart": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

STATE-CHANGE - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/state-change/

Create operation of resource: state-change

state-changebody object

Request Content-Types: application/json
Request Example
{
  "nssa-translator": [ null ],
  "virtual-neighbor": [ null ],
  "virtual-interface": [ null ],
  "neighbor": [ null ],
  "interface": [ null ],
  "restart-virtual-helper": [ null ],
  "restart-helper": [ null ],
  "restart": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

STATE-CHANGE - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/state-change/

Delete operation of resource: state-change

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

STATE-CHANGE - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/notification/ospfv3/state-change/

Retrieve operation of resource: state-change

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "nssa-translator": [ null ],
  "virtual-neighbor": [ null ],
  "virtual-interface": [ null ],
  "neighbor": [ null ],
  "interface": [ null ],
  "restart-virtual-helper": [ null ],
  "restart-helper": [ null ],
  "restart": [ null ]
}

CORRELATOR - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/

Update operation of resource: correlator

correlatorbody object

Request Content-Types: application/json
Request Example
{      {            {
              "oid": "string",
              "created": [ null ],                  {
                    "oid": "string",                      "index": "string",
                      "value": "string"
                    }
                  }
                ]
              }
            }
          ]
        },
        "timeout": "integer",            {
              "oid": "string",
              "created": [ null ],                  {
                    "oid": "string",                      "index": "string",
                      "value": "string"
                    }
                  }
                ]
              }
            }
          ]
        },
        "name": "string",          "all": [ null ],              {
                "port": "string",
                "ip-address": "string"
              }
            ]
          }
        }
      }
    ]
  },      {
        "name": "string",            {
              "rulename": "string"
            }
          ]
        },          "all": [ null ],              {
                "port": "string",
                "ip-address": "string"
              }
            ]
          }
        }
      }
    ]
  },
  "buffer-size": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CORRELATOR - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/

Create operation of resource: correlator

correlatorbody object

Request Content-Types: application/json
Request Example
{      {            {
              "oid": "string",
              "created": [ null ],                  {
                    "oid": "string",                      "index": "string",
                      "value": "string"
                    }
                  }
                ]
              }
            }
          ]
        },
        "timeout": "integer",            {
              "oid": "string",
              "created": [ null ],                  {
                    "oid": "string",                      "index": "string",
                      "value": "string"
                    }
                  }
                ]
              }
            }
          ]
        },
        "name": "string",          "all": [ null ],              {
                "port": "string",
                "ip-address": "string"
              }
            ]
          }
        }
      }
    ]
  },      {
        "name": "string",            {
              "rulename": "string"
            }
          ]
        },          "all": [ null ],              {
                "port": "string",
                "ip-address": "string"
              }
            ]
          }
        }
      }
    ]
  },
  "buffer-size": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CORRELATOR - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/

Delete operation of resource: correlator

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CORRELATOR - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/

Retrieve operation of resource: correlator

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {            {
              "oid": "string",
              "created": [ null ],                  {
                    "oid": "string",                      "index": "string",
                      "value": "string"
                    }
                  }
                ]
              }
            }
          ]
        },
        "timeout": "integer",            {
              "oid": "string",
              "created": [ null ],                  {
                    "oid": "string",                      "index": "string",
                      "value": "string"
                    }
                  }
                ]
              }
            }
          ]
        },
        "name": "string",          "all": [ null ],              {
                "port": "string",
                "ip-address": "string"
              }
            ]
          }
        }
      }
    ]
  },      {
        "name": "string",            {
              "rulename": "string"
            }
          ]
        },          "all": [ null ],              {
                "port": "string",
                "ip-address": "string"
              }
            ]
          }
        }
      }
    ]
  },
  "buffer-size": "integer"
}

RULES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/

Update operation of resource: rules

rulesbody object

Request Content-Types: application/json
Request Example
{    {          {
            "oid": "string",
            "created": [ null ],                {
                  "oid": "string",                    "index": "string",
                    "value": "string"
                  }
                }
              ]
            }
          }
        ]
      },
      "timeout": "integer",          {
            "oid": "string",
            "created": [ null ],                {
                  "oid": "string",                    "index": "string",
                    "value": "string"
                  }
                }
              ]
            }
          }
        ]
      },
      "name": "string",        "all": [ null ],            {
              "port": "string",
              "ip-address": "string"
            }
          ]
        }
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/

Create operation of resource: rules

rulesbody object

Request Content-Types: application/json
Request Example
{    {          {
            "oid": "string",
            "created": [ null ],                {
                  "oid": "string",                    "index": "string",
                    "value": "string"
                  }
                }
              ]
            }
          }
        ]
      },
      "timeout": "integer",          {
            "oid": "string",
            "created": [ null ],                {
                  "oid": "string",                    "index": "string",
                    "value": "string"
                  }
                }
              ]
            }
          }
        ]
      },
      "name": "string",        "all": [ null ],            {
              "port": "string",
              "ip-address": "string"
            }
          ]
        }
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/

Delete operation of resource: rules

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/

Retrieve operation of resource: rules

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {          {
            "oid": "string",
            "created": [ null ],                {
                  "oid": "string",                    "index": "string",
                    "value": "string"
                  }
                }
              ]
            }
          }
        ]
      },
      "timeout": "integer",          {
            "oid": "string",
            "created": [ null ],                {
                  "oid": "string",                    "index": "string",
                    "value": "string"
                  }
                }
              ]
            }
          }
        ]
      },
      "name": "string",        "all": [ null ],            {
              "port": "string",
              "ip-address": "string"
            }
          ]
        }
      }
    }
  ]
}

RULE - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/

Update operation of resource: rule

rulebody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{      {
        "oid": "string",
        "created": [ null ],            {
              "oid": "string",                "index": "string",
                "value": "string"
              }
            }
          ]
        }
      }
    ]
  },
  "timeout": "integer",      {
        "oid": "string",
        "created": [ null ],            {
              "oid": "string",                "index": "string",
                "value": "string"
              }
            }
          ]
        }
      }
    ]
  },
  "name": "string",    "all": [ null ],        {
          "port": "string",
          "ip-address": "string"
        }
      ]
    }
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULE - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/

Create operation of resource: rule

rulebody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{      {
        "oid": "string",
        "created": [ null ],            {
              "oid": "string",                "index": "string",
                "value": "string"
              }
            }
          ]
        }
      }
    ]
  },
  "timeout": "integer",      {
        "oid": "string",
        "created": [ null ],            {
              "oid": "string",                "index": "string",
                "value": "string"
              }
            }
          ]
        }
      }
    ]
  },
  "name": "string",    "all": [ null ],        {
          "port": "string",
          "ip-address": "string"
        }
      ]
    }
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULE - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/

Delete operation of resource: rule

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULE - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/

Retrieve operation of resource: rule

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "oid": "string",
        "created": [ null ],            {
              "oid": "string",                "index": "string",
                "value": "string"
              }
            }
          ]
        }
      }
    ]
  },
  "timeout": "integer",      {
        "oid": "string",
        "created": [ null ],            {
              "oid": "string",                "index": "string",
                "value": "string"
              }
            }
          ]
        }
      }
    ]
  },
  "name": "string",    "all": [ null ],        {
          "port": "string",
          "ip-address": "string"
        }
      ]
    }
  }
}

ROOT-CAUSES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/

Update operation of resource: root-causes

root-causesbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "oid": "string",
      "created": [ null ],          {
            "oid": "string",              "index": "string",
              "value": "string"
            }
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ROOT-CAUSES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/

Create operation of resource: root-causes

root-causesbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "oid": "string",
      "created": [ null ],          {
            "oid": "string",              "index": "string",
              "value": "string"
            }
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ROOT-CAUSES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/

Delete operation of resource: root-causes

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ROOT-CAUSES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/

Retrieve operation of resource: root-causes

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "oid": "string",
      "created": [ null ],          {
            "oid": "string",              "index": "string",
              "value": "string"
            }
          }
        ]
      }
    }
  ]
}

ROOT-CAUSE - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/

Update operation of resource: root-cause

root-causebody object

name: string
in path

ID of name

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "oid": "string",
  "created": [ null ],      {
        "oid": "string",          "index": "string",
          "value": "string"
        }
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ROOT-CAUSE - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/

Create operation of resource: root-cause

root-causebody object

name: string
in path

ID of name

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "oid": "string",
  "created": [ null ],      {
        "oid": "string",          "index": "string",
          "value": "string"
        }
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ROOT-CAUSE - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/

Delete operation of resource: root-cause

name: string
in path

ID of name

oid: string
in path

ID of oid

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ROOT-CAUSE - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/

Retrieve operation of resource: root-cause

name: string
in path

ID of name

oid: string
in path

ID of oid

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "oid": "string",
  "created": [ null ],      {
        "oid": "string",          "index": "string",
          "value": "string"
        }
      }
    ]
  }
}

VAR-BINDS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/

Update operation of resource: var-binds

var-bindsbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{    {
      "oid": "string",        "index": "string",
        "value": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BINDS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/

Create operation of resource: var-binds

var-bindsbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{    {
      "oid": "string",        "index": "string",
        "value": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BINDS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/

Delete operation of resource: var-binds

name: string
in path

ID of name

oid: string
in path

ID of oid

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BINDS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/

Retrieve operation of resource: var-binds

name: string
in path

ID of name

oid: string
in path

ID of oid

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "oid": "string",        "index": "string",
        "value": "string"
      }
    }
  ]
}

VAR-BIND - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/var-bind/{oid}/

Update operation of resource: var-bind

var-bindbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "oid": "string",    "index": "string",
    "value": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BIND - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/var-bind/{oid}/

Create operation of resource: var-bind

var-bindbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "oid": "string",    "index": "string",
    "value": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BIND - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/var-bind/{oid}/

Delete operation of resource: var-bind

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BIND - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/var-bind/{oid}/

Retrieve operation of resource: var-bind

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "oid": "string",    "index": "string",
    "value": "string"
  }
}

MATCH - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/var-bind/{oid}/match/

Update operation of resource: match

matchbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "index": "string",
  "value": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MATCH - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/var-bind/{oid}/match/

Create operation of resource: match

matchbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "index": "string",
  "value": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MATCH - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/var-bind/{oid}/match/

Delete operation of resource: match

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MATCH - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/root-causes/root-cause/{oid}/var-binds/var-bind/{oid}/match/

Retrieve operation of resource: match

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "index": "string",
  "value": "string"
}

NON-ROOT-CAUSES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/

Update operation of resource: non-root-causes

non-root-causesbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "oid": "string",
      "created": [ null ],          {
            "oid": "string",              "index": "string",
              "value": "string"
            }
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NON-ROOT-CAUSES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/

Create operation of resource: non-root-causes

non-root-causesbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "oid": "string",
      "created": [ null ],          {
            "oid": "string",              "index": "string",
              "value": "string"
            }
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NON-ROOT-CAUSES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/

Delete operation of resource: non-root-causes

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NON-ROOT-CAUSES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/

Retrieve operation of resource: non-root-causes

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "oid": "string",
      "created": [ null ],          {
            "oid": "string",              "index": "string",
              "value": "string"
            }
          }
        ]
      }
    }
  ]
}

NON-ROOT-CAUSE - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/

Update operation of resource: non-root-cause

non-root-causebody object

name: string
in path

ID of name

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "oid": "string",
  "created": [ null ],      {
        "oid": "string",          "index": "string",
          "value": "string"
        }
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NON-ROOT-CAUSE - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/

Create operation of resource: non-root-cause

non-root-causebody object

name: string
in path

ID of name

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "oid": "string",
  "created": [ null ],      {
        "oid": "string",          "index": "string",
          "value": "string"
        }
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NON-ROOT-CAUSE - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/

Delete operation of resource: non-root-cause

name: string
in path

ID of name

oid: string
in path

ID of oid

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

NON-ROOT-CAUSE - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/

Retrieve operation of resource: non-root-cause

name: string
in path

ID of name

oid: string
in path

ID of oid

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "oid": "string",
  "created": [ null ],      {
        "oid": "string",          "index": "string",
          "value": "string"
        }
      }
    ]
  }
}

VAR-BINDS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/

Update operation of resource: var-binds

var-bindsbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{    {
      "oid": "string",        "index": "string",
        "value": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BINDS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/

Create operation of resource: var-binds

var-bindsbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{    {
      "oid": "string",        "index": "string",
        "value": "string"
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BINDS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/

Delete operation of resource: var-binds

name: string
in path

ID of name

oid: string
in path

ID of oid

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BINDS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/

Retrieve operation of resource: var-binds

name: string
in path

ID of name

oid: string
in path

ID of oid

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "oid": "string",        "index": "string",
        "value": "string"
      }
    }
  ]
}

VAR-BIND - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/var-bind/{oid}/

Update operation of resource: var-bind

var-bindbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "oid": "string",    "index": "string",
    "value": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BIND - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/var-bind/{oid}/

Create operation of resource: var-bind

var-bindbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "oid": "string",    "index": "string",
    "value": "string"
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BIND - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/var-bind/{oid}/

Delete operation of resource: var-bind

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VAR-BIND - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/var-bind/{oid}/

Retrieve operation of resource: var-bind

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "oid": "string",    "index": "string",
    "value": "string"
  }
}

MATCH - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/var-bind/{oid}/match/

Update operation of resource: match

matchbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "index": "string",
  "value": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MATCH - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/var-bind/{oid}/match/

Create operation of resource: match

matchbody object

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "index": "string",
  "value": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MATCH - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/var-bind/{oid}/match/

Delete operation of resource: match

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MATCH - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/non-root-causes/non-root-cause/{oid}/var-binds/var-bind/{oid}/match/

Retrieve operation of resource: match

name: string
in path

ID of name

oid: string
in path

ID of oid

oid: string
in path

ID of oid

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "index": "string",
  "value": "string"
}

APPLIED-TO - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/

Update operation of resource: applied-to

applied-tobody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "all": [ null ],      {
        "port": "string",
        "ip-address": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

APPLIED-TO - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/

Create operation of resource: applied-to

applied-tobody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "all": [ null ],      {
        "port": "string",
        "ip-address": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

APPLIED-TO - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/

Delete operation of resource: applied-to

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

APPLIED-TO - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/

Retrieve operation of resource: applied-to

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "all": [ null ],      {
        "port": "string",
        "ip-address": "string"
      }
    ]
  }
}

HOSTS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/hosts/

Update operation of resource: hosts

hostsbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "ip-address": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOSTS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/hosts/

Create operation of resource: hosts

hostsbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "ip-address": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOSTS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/hosts/

Delete operation of resource: hosts

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOSTS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/hosts/

Retrieve operation of resource: hosts

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "port": "string",
      "ip-address": "string"
    }
  ]
}

HOST - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/hosts/host/{ip-address port}/

Update operation of resource: host

hostbody object

name: string
in path

ID of name

ip-address port: string
in path

ID of ip-address port

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "ip-address": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOST - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/hosts/host/{ip-address port}/

Create operation of resource: host

hostbody object

name: string
in path

ID of name

ip-address port: string
in path

ID of ip-address port

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "ip-address": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOST - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/hosts/host/{ip-address port}/

Delete operation of resource: host

name: string
in path

ID of name

ip-address port: string
in path

ID of ip-address port

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOST - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rules/rule/{name}/applied-to/hosts/host/{ip-address port}/

Retrieve operation of resource: host

name: string
in path

ID of name

ip-address port: string
in path

ID of ip-address port

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "port": "string",
  "ip-address": "string"
}

RULE-SETS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/

Update operation of resource: rule-sets

rule-setsbody object

Request Content-Types: application/json
Request Example
{    {
      "name": "string",          {
            "rulename": "string"
          }
        ]
      },        "all": [ null ],            {
              "port": "string",
              "ip-address": "string"
            }
          ]
        }
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULE-SETS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/

Create operation of resource: rule-sets

rule-setsbody object

Request Content-Types: application/json
Request Example
{    {
      "name": "string",          {
            "rulename": "string"
          }
        ]
      },        "all": [ null ],            {
              "port": "string",
              "ip-address": "string"
            }
          ]
        }
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULE-SETS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/

Delete operation of resource: rule-sets

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULE-SETS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/

Retrieve operation of resource: rule-sets

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "name": "string",          {
            "rulename": "string"
          }
        ]
      },        "all": [ null ],            {
              "port": "string",
              "ip-address": "string"
            }
          ]
        }
      }
    }
  ]
}

RULE-SET - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/

Update operation of resource: rule-set

rule-setbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "name": "string",      {
        "rulename": "string"
      }
    ]
  },    "all": [ null ],        {
          "port": "string",
          "ip-address": "string"
        }
      ]
    }
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULE-SET - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/

Create operation of resource: rule-set

rule-setbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "name": "string",      {
        "rulename": "string"
      }
    ]
  },    "all": [ null ],        {
          "port": "string",
          "ip-address": "string"
        }
      ]
    }
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULE-SET - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/

Delete operation of resource: rule-set

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULE-SET - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/

Retrieve operation of resource: rule-set

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "name": "string",      {
        "rulename": "string"
      }
    ]
  },    "all": [ null ],        {
          "port": "string",
          "ip-address": "string"
        }
      ]
    }
  }
}

RULENAMES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/rulenames/

Update operation of resource: rulenames

rulenamesbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "rulename": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULENAMES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/rulenames/

Create operation of resource: rulenames

rulenamesbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "rulename": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULENAMES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/rulenames/

Delete operation of resource: rulenames

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULENAMES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/rulenames/

Retrieve operation of resource: rulenames

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "rulename": "string"
    }
  ]
}

RULENAME - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/rulenames/rulename/{rulename}/

Update operation of resource: rulename

rulenamebody object

name: string
in path

ID of name

rulename: string
in path

ID of rulename

Request Content-Types: application/json
Request Example
{
  "rulename": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULENAME - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/rulenames/rulename/{rulename}/

Create operation of resource: rulename

rulenamebody object

name: string
in path

ID of name

rulename: string
in path

ID of rulename

Request Content-Types: application/json
Request Example
{
  "rulename": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULENAME - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/rulenames/rulename/{rulename}/

Delete operation of resource: rulename

name: string
in path

ID of name

rulename: string
in path

ID of rulename

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

RULENAME - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/rulenames/rulename/{rulename}/

Retrieve operation of resource: rulename

name: string
in path

ID of name

rulename: string
in path

ID of rulename

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "rulename": "string"
}

APPLIED-TO - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/

Update operation of resource: applied-to

applied-tobody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "all": [ null ],      {
        "port": "string",
        "ip-address": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

APPLIED-TO - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/

Create operation of resource: applied-to

applied-tobody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "all": [ null ],      {
        "port": "string",
        "ip-address": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

APPLIED-TO - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/

Delete operation of resource: applied-to

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

APPLIED-TO - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/

Retrieve operation of resource: applied-to

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "all": [ null ],      {
        "port": "string",
        "ip-address": "string"
      }
    ]
  }
}

HOSTS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/hosts/

Update operation of resource: hosts

hostsbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "ip-address": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOSTS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/hosts/

Create operation of resource: hosts

hostsbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "ip-address": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOSTS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/hosts/

Delete operation of resource: hosts

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOSTS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/hosts/

Retrieve operation of resource: hosts

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "port": "string",
      "ip-address": "string"
    }
  ]
}

HOST - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/hosts/host/{ip-address port}/

Update operation of resource: host

hostbody object

name: string
in path

ID of name

ip-address port: string
in path

ID of ip-address port

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "ip-address": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOST - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/hosts/host/{ip-address port}/

Create operation of resource: host

hostbody object

name: string
in path

ID of name

ip-address port: string
in path

ID of ip-address port

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "ip-address": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOST - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/hosts/host/{ip-address port}/

Delete operation of resource: host

name: string
in path

ID of name

ip-address port: string
in path

ID of ip-address port

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

HOST - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/correlator/rule-sets/rule-set/{name}/applied-to/hosts/host/{ip-address port}/

Retrieve operation of resource: host

name: string
in path

ID of name

ip-address port: string
in path

ID of ip-address port

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "port": "string",
  "ip-address": "string"
}

BULK-STATS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/

Update operation of resource: bulk-stats

bulk-statsbody object

Request Content-Types: application/json
Request Example
{
  "memory": "integer",      {
        "retry": "integer",            {
              "schema-name": "string"
            }
          ]
        },
        "format": "string",
        "interval": "integer",
        "primary": "string",
        "buffer-size": "integer",
        "enable": [ null ],
        "transfer-name": "string",
        "retain": "integer",
        "type": [ null ],
        "secondary": "string"
      }
    ]
  },      {
        "object-list-name": "string",            {
              "oid": "string"
            }
          ]
        },
        "type": [ null ]
      }
    ]
  },      {
        "schema-name": "string",          "end": "string",
          "sub-interface": "boolean",
          "start": "string",
          "max": "integer",
          "instance": "string",
          "type": "string"
        },
        "type": [ null ],
        "schema-object-list": "string",
        "poll-interval": "integer"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BULK-STATS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/

Create operation of resource: bulk-stats

bulk-statsbody object

Request Content-Types: application/json
Request Example
{
  "memory": "integer",      {
        "retry": "integer",            {
              "schema-name": "string"
            }
          ]
        },
        "format": "string",
        "interval": "integer",
        "primary": "string",
        "buffer-size": "integer",
        "enable": [ null ],
        "transfer-name": "string",
        "retain": "integer",
        "type": [ null ],
        "secondary": "string"
      }
    ]
  },      {
        "object-list-name": "string",            {
              "oid": "string"
            }
          ]
        },
        "type": [ null ]
      }
    ]
  },      {
        "schema-name": "string",          "end": "string",
          "sub-interface": "boolean",
          "start": "string",
          "max": "integer",
          "instance": "string",
          "type": "string"
        },
        "type": [ null ],
        "schema-object-list": "string",
        "poll-interval": "integer"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BULK-STATS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/

Delete operation of resource: bulk-stats

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

BULK-STATS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/

Retrieve operation of resource: bulk-stats

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "memory": "integer",      {
        "retry": "integer",            {
              "schema-name": "string"
            }
          ]
        },
        "format": "string",
        "interval": "integer",
        "primary": "string",
        "buffer-size": "integer",
        "enable": [ null ],
        "transfer-name": "string",
        "retain": "integer",
        "type": [ null ],
        "secondary": "string"
      }
    ]
  },      {
        "object-list-name": "string",            {
              "oid": "string"
            }
          ]
        },
        "type": [ null ]
      }
    ]
  },      {
        "schema-name": "string",          "end": "string",
          "sub-interface": "boolean",
          "start": "string",
          "max": "integer",
          "instance": "string",
          "type": "string"
        },
        "type": [ null ],
        "schema-object-list": "string",
        "poll-interval": "integer"
      }
    ]
  }
}

SCHEMAS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/

Update operation of resource: schemas

schemasbody object

Request Content-Types: application/json
Request Example
{    {
      "schema-name": "string",        "end": "string",
        "sub-interface": "boolean",
        "start": "string",
        "max": "integer",
        "instance": "string",
        "type": "string"
      },
      "type": [ null ],
      "schema-object-list": "string",
      "poll-interval": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SCHEMAS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/

Create operation of resource: schemas

schemasbody object

Request Content-Types: application/json
Request Example
{    {
      "schema-name": "string",        "end": "string",
        "sub-interface": "boolean",
        "start": "string",
        "max": "integer",
        "instance": "string",
        "type": "string"
      },
      "type": [ null ],
      "schema-object-list": "string",
      "poll-interval": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SCHEMAS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/

Delete operation of resource: schemas

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SCHEMAS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/

Retrieve operation of resource: schemas

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "schema-name": "string",        "end": "string",
        "sub-interface": "boolean",
        "start": "string",
        "max": "integer",
        "instance": "string",
        "type": "string"
      },
      "type": [ null ],
      "schema-object-list": "string",
      "poll-interval": "integer"
    }
  ]
}

SCHEMA - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/schema/{schema-name}/

Update operation of resource: schema

schemabody object

schema-name: string
in path

ID of schema-name

Request Content-Types: application/json
Request Example
{
  "schema-name": "string",    "end": "string",
    "sub-interface": "boolean",
    "start": "string",
    "max": "integer",
    "instance": "string",
    "type": "string"
  },
  "type": [ null ],
  "schema-object-list": "string",
  "poll-interval": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SCHEMA - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/schema/{schema-name}/

Create operation of resource: schema

schemabody object

schema-name: string
in path

ID of schema-name

Request Content-Types: application/json
Request Example
{
  "schema-name": "string",    "end": "string",
    "sub-interface": "boolean",
    "start": "string",
    "max": "integer",
    "instance": "string",
    "type": "string"
  },
  "type": [ null ],
  "schema-object-list": "string",
  "poll-interval": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SCHEMA - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/schema/{schema-name}/

Delete operation of resource: schema

schema-name: string
in path

ID of schema-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

SCHEMA - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/schema/{schema-name}/

Retrieve operation of resource: schema

schema-name: string
in path

ID of schema-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "schema-name": "string",    "end": "string",
    "sub-interface": "boolean",
    "start": "string",
    "max": "integer",
    "instance": "string",
    "type": "string"
  },
  "type": [ null ],
  "schema-object-list": "string",
  "poll-interval": "integer"
}

INSTANCE - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/schema/{schema-name}/instance/

Update operation of resource: instance

instancebody object

schema-name: string
in path

ID of schema-name

Request Content-Types: application/json
Request Example
{
  "end": "string",
  "sub-interface": "boolean",
  "start": "string",
  "max": "integer",
  "instance": "string",
  "type": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INSTANCE - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/schema/{schema-name}/instance/

Create operation of resource: instance

instancebody object

schema-name: string
in path

ID of schema-name

Request Content-Types: application/json
Request Example
{
  "end": "string",
  "sub-interface": "boolean",
  "start": "string",
  "max": "integer",
  "instance": "string",
  "type": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INSTANCE - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/schema/{schema-name}/instance/

Delete operation of resource: instance

schema-name: string
in path

ID of schema-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INSTANCE - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/schemas/schema/{schema-name}/instance/

Retrieve operation of resource: instance

schema-name: string
in path

ID of schema-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "end": "string",
  "sub-interface": "boolean",
  "start": "string",
  "max": "integer",
  "instance": "string",
  "type": "string"
}

OBJECTS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/

Update operation of resource: objects

objectsbody object

Request Content-Types: application/json
Request Example
{    {
      "oid": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECTS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/

Create operation of resource: objects

objectsbody object

Request Content-Types: application/json
Request Example
{    {
      "oid": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECTS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/

Delete operation of resource: objects

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECTS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/

Retrieve operation of resource: objects

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "oid": "string"
    }
  ]
}

OBJECT - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/

Update operation of resource: object

objectbody object

object-list-name: string
in path

ID of object-list-name

Request Content-Types: application/json
Request Example
{
  "oid": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECT - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/

Create operation of resource: object

objectbody object

object-list-name: string
in path

ID of object-list-name

Request Content-Types: application/json
Request Example
{
  "oid": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECT - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/

Delete operation of resource: object

object-list-name: string
in path

ID of object-list-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECT - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/

Retrieve operation of resource: object

object-list-name: string
in path

ID of object-list-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "oid": "string"
}

OBJECTS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/objects/

Update operation of resource: objects

objectsbody object

object-list-name: string
in path

ID of object-list-name

Request Content-Types: application/json
Request Example
{    {
      "oid": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECTS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/objects/

Create operation of resource: objects

objectsbody object

object-list-name: string
in path

ID of object-list-name

Request Content-Types: application/json
Request Example
{    {
      "oid": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECTS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/objects/

Delete operation of resource: objects

object-list-name: string
in path

ID of object-list-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECTS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/objects/

Retrieve operation of resource: objects

object-list-name: string
in path

ID of object-list-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "oid": "string"
    }
  ]
}

OBJECT - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/objects/object/{oid}/

Update operation of resource: object

objectbody object

object-list-name: string
in path

ID of object-list-name

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "oid": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECT - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/objects/object/{oid}/

Create operation of resource: object

objectbody object

object-list-name: string
in path

ID of object-list-name

oid: string
in path

ID of oid

Request Content-Types: application/json
Request Example
{
  "oid": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECT - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/objects/object/{oid}/

Delete operation of resource: object

object-list-name: string
in path

ID of object-list-name

oid: string
in path

ID of oid

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OBJECT - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/objects/object/{object-list-name}/objects/object/{oid}/

Retrieve operation of resource: object

object-list-name: string
in path

ID of object-list-name

oid: string
in path

ID of oid

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "oid": "string"
}

TRANSFERS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/

Update operation of resource: transfers

transfersbody object

Request Content-Types: application/json
Request Example
{    {
      "retry": "integer",          {
            "schema-name": "string"
          }
        ]
      },
      "format": "string",
      "interval": "integer",
      "primary": "string",
      "buffer-size": "integer",
      "enable": [ null ],
      "transfer-name": "string",
      "retain": "integer",
      "type": [ null ],
      "secondary": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFERS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/

Create operation of resource: transfers

transfersbody object

Request Content-Types: application/json
Request Example
{    {
      "retry": "integer",          {
            "schema-name": "string"
          }
        ]
      },
      "format": "string",
      "interval": "integer",
      "primary": "string",
      "buffer-size": "integer",
      "enable": [ null ],
      "transfer-name": "string",
      "retain": "integer",
      "type": [ null ],
      "secondary": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFERS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/

Delete operation of resource: transfers

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFERS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/

Retrieve operation of resource: transfers

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "retry": "integer",          {
            "schema-name": "string"
          }
        ]
      },
      "format": "string",
      "interval": "integer",
      "primary": "string",
      "buffer-size": "integer",
      "enable": [ null ],
      "transfer-name": "string",
      "retain": "integer",
      "type": [ null ],
      "secondary": "string"
    }
  ]
}

TRANSFER - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/

Update operation of resource: transfer

transferbody object

transfer-name: string
in path

ID of transfer-name

Request Content-Types: application/json
Request Example
{
  "retry": "integer",      {
        "schema-name": "string"
      }
    ]
  },
  "format": "string",
  "interval": "integer",
  "primary": "string",
  "buffer-size": "integer",
  "enable": [ null ],
  "transfer-name": "string",
  "retain": "integer",
  "type": [ null ],
  "secondary": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFER - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/

Create operation of resource: transfer

transferbody object

transfer-name: string
in path

ID of transfer-name

Request Content-Types: application/json
Request Example
{
  "retry": "integer",      {
        "schema-name": "string"
      }
    ]
  },
  "format": "string",
  "interval": "integer",
  "primary": "string",
  "buffer-size": "integer",
  "enable": [ null ],
  "transfer-name": "string",
  "retain": "integer",
  "type": [ null ],
  "secondary": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFER - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/

Delete operation of resource: transfer

transfer-name: string
in path

ID of transfer-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFER - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/

Retrieve operation of resource: transfer

transfer-name: string
in path

ID of transfer-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "retry": "integer",      {
        "schema-name": "string"
      }
    ]
  },
  "format": "string",
  "interval": "integer",
  "primary": "string",
  "buffer-size": "integer",
  "enable": [ null ],
  "transfer-name": "string",
  "retain": "integer",
  "type": [ null ],
  "secondary": "string"
}

TRANSFER-SCHEMAS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/transfer-schemas/

Update operation of resource: transfer-schemas

transfer-schemasbody object

transfer-name: string
in path

ID of transfer-name

Request Content-Types: application/json
Request Example
{    {
      "schema-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFER-SCHEMAS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/transfer-schemas/

Create operation of resource: transfer-schemas

transfer-schemasbody object

transfer-name: string
in path

ID of transfer-name

Request Content-Types: application/json
Request Example
{    {
      "schema-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFER-SCHEMAS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/transfer-schemas/

Delete operation of resource: transfer-schemas

transfer-name: string
in path

ID of transfer-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFER-SCHEMAS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/transfer-schemas/

Retrieve operation of resource: transfer-schemas

transfer-name: string
in path

ID of transfer-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "schema-name": "string"
    }
  ]
}

TRANSFER-SCHEMA - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/transfer-schemas/transfer-schema/{schema-name}/

Update operation of resource: transfer-schema

transfer-schemabody object

transfer-name: string
in path

ID of transfer-name

schema-name: string
in path

ID of schema-name

Request Content-Types: application/json
Request Example
{
  "schema-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFER-SCHEMA - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/transfer-schemas/transfer-schema/{schema-name}/

Create operation of resource: transfer-schema

transfer-schemabody object

transfer-name: string
in path

ID of transfer-name

schema-name: string
in path

ID of schema-name

Request Content-Types: application/json
Request Example
{
  "schema-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFER-SCHEMA - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/transfer-schemas/transfer-schema/{schema-name}/

Delete operation of resource: transfer-schema

transfer-name: string
in path

ID of transfer-name

schema-name: string
in path

ID of schema-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRANSFER-SCHEMA - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/bulk-stats/transfers/transfer/{transfer-name}/transfer-schemas/transfer-schema/{schema-name}/

Retrieve operation of resource: transfer-schema

transfer-name: string
in path

ID of transfer-name

schema-name: string
in path

ID of schema-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "schema-name": "string"
}

DEFAULT-COMMUNITY-MAPS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/default-community-maps/

Update operation of resource: default-community-maps

default-community-mapsbody object

Request Content-Types: application/json
Request Example
{    {
      "security": "string",
      "community-name": "string",
      "context": "string",
      "target-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITY-MAPS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/default-community-maps/

Create operation of resource: default-community-maps

default-community-mapsbody object

Request Content-Types: application/json
Request Example
{    {
      "security": "string",
      "community-name": "string",
      "context": "string",
      "target-list": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITY-MAPS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/default-community-maps/

Delete operation of resource: default-community-maps

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITY-MAPS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/default-community-maps/

Retrieve operation of resource: default-community-maps

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "security": "string",
      "community-name": "string",
      "context": "string",
      "target-list": "string"
    }
  ]
}

DEFAULT-COMMUNITY-MAP - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/default-community-maps/default-community-map/{community-name}/

Update operation of resource: default-community-map

default-community-mapbody object

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "security": "string",
  "community-name": "string",
  "context": "string",
  "target-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITY-MAP - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/default-community-maps/default-community-map/{community-name}/

Create operation of resource: default-community-map

default-community-mapbody object

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "security": "string",
  "community-name": "string",
  "context": "string",
  "target-list": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITY-MAP - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/default-community-maps/default-community-map/{community-name}/

Delete operation of resource: default-community-map

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-COMMUNITY-MAP - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/default-community-maps/default-community-map/{community-name}/

Retrieve operation of resource: default-community-map

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "security": "string",
  "community-name": "string",
  "context": "string",
  "target-list": "string"
}

OVERLOAD-CONTROL - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/overload-control/

Update operation of resource: overload-control

overload-controlbody object

Request Content-Types: application/json
Request Example
{
  "drop-time": "integer",
  "throttle-rate": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OVERLOAD-CONTROL - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/overload-control/

Create operation of resource: overload-control

overload-controlbody object

Request Content-Types: application/json
Request Example
{
  "drop-time": "integer",
  "throttle-rate": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OVERLOAD-CONTROL - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/overload-control/

Delete operation of resource: overload-control

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

OVERLOAD-CONTROL - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/overload-control/

Retrieve operation of resource: overload-control

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "drop-time": "integer",
  "throttle-rate": "integer"
}

TIMEOUTS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/timeouts/

Update operation of resource: timeouts

timeoutsbody object

Request Content-Types: application/json
Request Example
{
  "duplicates": "integer",
  "threshold": "integer",
  "pdu-stats": "integer",
  "in-qdrop": "integer",
  "subagent": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIMEOUTS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/timeouts/

Create operation of resource: timeouts

timeoutsbody object

Request Content-Types: application/json
Request Example
{
  "duplicates": "integer",
  "threshold": "integer",
  "pdu-stats": "integer",
  "in-qdrop": "integer",
  "subagent": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIMEOUTS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/timeouts/

Delete operation of resource: timeouts

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TIMEOUTS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/timeouts/

Retrieve operation of resource: timeouts

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "duplicates": "integer",
  "threshold": "integer",
  "pdu-stats": "integer",
  "in-qdrop": "integer",
  "subagent": "integer"
}

USERS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/users/

Update operation of resource: users

usersbody object

Request Content-Types: application/json
Request Example
{    {
      "v6acl-type": "string",
      "group-name": "string",
      "v6-access-list": "string",
      "priv-algorithm": "string",
      "owner": "string",
      "v4acl-type": "string",
      "privacy-password": "string",
      "remote-address": "string",
      "port": "string",
      "user-name": "string",
      "algorithm": "string",
      "privacy-password-configured": [ null ],
      "authentication-password": "string",
      "version": "string",
      "v4-access-list": "string",
      "authentication-password-configured": [ null ]
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

USERS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/users/

Create operation of resource: users

usersbody object

Request Content-Types: application/json
Request Example
{    {
      "v6acl-type": "string",
      "group-name": "string",
      "v6-access-list": "string",
      "priv-algorithm": "string",
      "owner": "string",
      "v4acl-type": "string",
      "privacy-password": "string",
      "remote-address": "string",
      "port": "string",
      "user-name": "string",
      "algorithm": "string",
      "privacy-password-configured": [ null ],
      "authentication-password": "string",
      "version": "string",
      "v4-access-list": "string",
      "authentication-password-configured": [ null ]
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

USERS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/users/

Delete operation of resource: users

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

USERS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/users/

Retrieve operation of resource: users

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "v6acl-type": "string",
      "group-name": "string",
      "v6-access-list": "string",
      "priv-algorithm": "string",
      "owner": "string",
      "v4acl-type": "string",
      "privacy-password": "string",
      "remote-address": "string",
      "port": "string",
      "user-name": "string",
      "algorithm": "string",
      "privacy-password-configured": [ null ],
      "authentication-password": "string",
      "version": "string",
      "v4-access-list": "string",
      "authentication-password-configured": [ null ]
    }
  ]
}

USER - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/users/user/{user-name}/

Update operation of resource: user

userbody object

user-name: string
in path

ID of user-name

Request Content-Types: application/json
Request Example
{
  "v6acl-type": "string",
  "group-name": "string",
  "v6-access-list": "string",
  "priv-algorithm": "string",
  "owner": "string",
  "v4acl-type": "string",
  "privacy-password": "string",
  "remote-address": "string",
  "port": "string",
  "user-name": "string",
  "algorithm": "string",
  "privacy-password-configured": [ null ],
  "authentication-password": "string",
  "version": "string",
  "v4-access-list": "string",
  "authentication-password-configured": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

USER - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/users/user/{user-name}/

Create operation of resource: user

userbody object

user-name: string
in path

ID of user-name

Request Content-Types: application/json
Request Example
{
  "v6acl-type": "string",
  "group-name": "string",
  "v6-access-list": "string",
  "priv-algorithm": "string",
  "owner": "string",
  "v4acl-type": "string",
  "privacy-password": "string",
  "remote-address": "string",
  "port": "string",
  "user-name": "string",
  "algorithm": "string",
  "privacy-password-configured": [ null ],
  "authentication-password": "string",
  "version": "string",
  "v4-access-list": "string",
  "authentication-password-configured": [ null ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

USER - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/users/user/{user-name}/

Delete operation of resource: user

user-name: string
in path

ID of user-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

USER - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/users/user/{user-name}/

Retrieve operation of resource: user

user-name: string
in path

ID of user-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "v6acl-type": "string",
  "group-name": "string",
  "v6-access-list": "string",
  "priv-algorithm": "string",
  "owner": "string",
  "v4acl-type": "string",
  "privacy-password": "string",
  "remote-address": "string",
  "port": "string",
  "user-name": "string",
  "algorithm": "string",
  "privacy-password-configured": [ null ],
  "authentication-password": "string",
  "version": "string",
  "v4-access-list": "string",
  "authentication-password-configured": [ null ]
}

VRFS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/

Update operation of resource: vrfs

vrfsbody object

Request Content-Types: application/json
Request Example
{    {
      "name": "string",          {
            "context-mapping-name": "string",
            "vrf-name": "string",
            "topology-name": "string",
            "context": "string",
            "instance-name": "string"
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRFS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/

Create operation of resource: vrfs

vrfsbody object

Request Content-Types: application/json
Request Example
{    {
      "name": "string",          {
            "context-mapping-name": "string",
            "vrf-name": "string",
            "topology-name": "string",
            "context": "string",
            "instance-name": "string"
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRFS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/

Delete operation of resource: vrfs

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRFS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/

Retrieve operation of resource: vrfs

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "name": "string",          {
            "context-mapping-name": "string",
            "vrf-name": "string",
            "topology-name": "string",
            "context": "string",
            "instance-name": "string"
          }
        ]
      }
    }
  ]
}

VRF - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/

Update operation of resource: vrf

vrfbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "name": "string",      {
        "context-mapping-name": "string",
        "vrf-name": "string",
        "topology-name": "string",
        "context": "string",
        "instance-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/

Create operation of resource: vrf

vrfbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "name": "string",      {
        "context-mapping-name": "string",
        "vrf-name": "string",
        "topology-name": "string",
        "context": "string",
        "instance-name": "string"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/

Delete operation of resource: vrf

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

VRF - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/

Retrieve operation of resource: vrf

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "name": "string",      {
        "context-mapping-name": "string",
        "vrf-name": "string",
        "topology-name": "string",
        "context": "string",
        "instance-name": "string"
      }
    ]
  }
}

TRAP-HOSTS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/

Update operation of resource: trap-hosts

trap-hostsbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        }
      },
      "ip-address": "string",          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOSTS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/

Create operation of resource: trap-hosts

trap-hostsbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        }
      },
      "ip-address": "string",          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOSTS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/

Delete operation of resource: trap-hosts

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOSTS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/

Retrieve operation of resource: trap-hosts

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        }
      },
      "ip-address": "string",          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      }
    }
  ]
}

TRAP-HOST - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/

Update operation of resource: trap-host

trap-hostbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    }
  },
  "ip-address": "string",      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOST - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/

Create operation of resource: trap-host

trap-hostbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    }
  },
  "ip-address": "string",      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOST - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/

Delete operation of resource: trap-host

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOST - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/

Retrieve operation of resource: trap-host

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    }
  },
  "ip-address": "string",      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}

ENCRYPTED-USER-COMMUNITIES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/

Update operation of resource: encrypted-user-communities

encrypted-user-communitiesbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITIES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/

Create operation of resource: encrypted-user-communities

encrypted-user-communitiesbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITIES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/

Delete operation of resource: encrypted-user-communities

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITIES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/

Retrieve operation of resource: encrypted-user-communities

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

ENCRYPTED-USER-COMMUNITY - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/encrypted-user-community/{community-name}/

Update operation of resource: encrypted-user-community

encrypted-user-communitybody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITY - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/encrypted-user-community/{community-name}/

Create operation of resource: encrypted-user-community

encrypted-user-communitybody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITY - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/encrypted-user-community/{community-name}/

Delete operation of resource: encrypted-user-community

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITY - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/encrypted-user-community/{community-name}/

Retrieve operation of resource: encrypted-user-community

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

INFORM-HOST - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/

Update operation of resource: inform-host

inform-hostbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-HOST - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/

Create operation of resource: inform-host

inform-hostbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-HOST - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/

Delete operation of resource: inform-host

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-HOST - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/

Retrieve operation of resource: inform-host

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}

INFORM-USER-COMMUNITIES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/

Update operation of resource: inform-user-communities

inform-user-communitiesbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITIES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/

Create operation of resource: inform-user-communities

inform-user-communitiesbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITIES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/

Delete operation of resource: inform-user-communities

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITIES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/

Retrieve operation of resource: inform-user-communities

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

INFORM-USER-COMMUNITY - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/inform-user-community/{community-name}/

Update operation of resource: inform-user-community

inform-user-communitybody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITY - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/inform-user-community/{community-name}/

Create operation of resource: inform-user-community

inform-user-communitybody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITY - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/inform-user-community/{community-name}/

Delete operation of resource: inform-user-community

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITY - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/inform-user-community/{community-name}/

Retrieve operation of resource: inform-user-community

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

INFORM-ENCRYPTED-USER-COMMUNITIES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/

Update operation of resource: inform-encrypted-user-communities

inform-encrypted-user-communitiesbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITIES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/

Create operation of resource: inform-encrypted-user-communities

inform-encrypted-user-communitiesbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITIES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/

Delete operation of resource: inform-encrypted-user-communities

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITIES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/

Retrieve operation of resource: inform-encrypted-user-communities

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

INFORM-ENCRYPTED-USER-COMMUNITY - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/inform-encrypted-user-community/{community-name}/

Update operation of resource: inform-encrypted-user-community

inform-encrypted-user-communitybody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITY - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/inform-encrypted-user-community/{community-name}/

Create operation of resource: inform-encrypted-user-community

inform-encrypted-user-communitybody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITY - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/inform-encrypted-user-community/{community-name}/

Delete operation of resource: inform-encrypted-user-community

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITY - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/inform-encrypted-user-community/{community-name}/

Retrieve operation of resource: inform-encrypted-user-community

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

DEFAULT-USER-COMMUNITIES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/default-user-communities/

Update operation of resource: default-user-communities

default-user-communitiesbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITIES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/default-user-communities/

Create operation of resource: default-user-communities

default-user-communitiesbody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITIES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/default-user-communities/

Delete operation of resource: default-user-communities

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITIES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/default-user-communities/

Retrieve operation of resource: default-user-communities

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

DEFAULT-USER-COMMUNITY - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/default-user-communities/default-user-community/{community-name}/

Update operation of resource: default-user-community

default-user-communitybody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITY - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/default-user-communities/default-user-community/{community-name}/

Create operation of resource: default-user-community

default-user-communitybody object

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITY - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/default-user-communities/default-user-community/{community-name}/

Delete operation of resource: default-user-community

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITY - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/trap-hosts/trap-host/{ip-address}/default-user-communities/default-user-community/{community-name}/

Retrieve operation of resource: default-user-community

name: string
in path

ID of name

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

CONTEXTS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/contexts/

Update operation of resource: contexts

contextsbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "context-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXTS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/contexts/

Create operation of resource: contexts

contextsbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "context-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXTS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/contexts/

Delete operation of resource: contexts

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXTS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/contexts/

Retrieve operation of resource: contexts

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "context-name": "string"
    }
  ]
}

CONTEXT - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/contexts/context/{context-name}/

Update operation of resource: context

contextbody object

name: string
in path

ID of name

context-name: string
in path

ID of context-name

Request Content-Types: application/json
Request Example
{
  "context-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/contexts/context/{context-name}/

Create operation of resource: context

contextbody object

name: string
in path

ID of name

context-name: string
in path

ID of context-name

Request Content-Types: application/json
Request Example
{
  "context-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/contexts/context/{context-name}/

Delete operation of resource: context

name: string
in path

ID of name

context-name: string
in path

ID of context-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/contexts/context/{context-name}/

Retrieve operation of resource: context

name: string
in path

ID of name

context-name: string
in path

ID of context-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "context-name": "string"
}

CONTEXT-MAPPINGS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/context-mappings/

Update operation of resource: context-mappings

context-mappingsbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "context-mapping-name": "string",
      "vrf-name": "string",
      "topology-name": "string",
      "context": "string",
      "instance-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPINGS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/context-mappings/

Create operation of resource: context-mappings

context-mappingsbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{    {
      "context-mapping-name": "string",
      "vrf-name": "string",
      "topology-name": "string",
      "context": "string",
      "instance-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPINGS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/context-mappings/

Delete operation of resource: context-mappings

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPINGS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/context-mappings/

Retrieve operation of resource: context-mappings

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "context-mapping-name": "string",
      "vrf-name": "string",
      "topology-name": "string",
      "context": "string",
      "instance-name": "string"
    }
  ]
}

CONTEXT-MAPPING - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/context-mappings/context-mapping/{context-mapping-name}/

Update operation of resource: context-mapping

context-mappingbody object

name: string
in path

ID of name

context-mapping-name: string
in path

ID of context-mapping-name

Request Content-Types: application/json
Request Example
{
  "context-mapping-name": "string",
  "vrf-name": "string",
  "topology-name": "string",
  "context": "string",
  "instance-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPING - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/context-mappings/context-mapping/{context-mapping-name}/

Create operation of resource: context-mapping

context-mappingbody object

name: string
in path

ID of name

context-mapping-name: string
in path

ID of context-mapping-name

Request Content-Types: application/json
Request Example
{
  "context-mapping-name": "string",
  "vrf-name": "string",
  "topology-name": "string",
  "context": "string",
  "instance-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPING - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/context-mappings/context-mapping/{context-mapping-name}/

Delete operation of resource: context-mapping

name: string
in path

ID of name

context-mapping-name: string
in path

ID of context-mapping-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPING - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/vrfs/vrf/{name}/context-mappings/context-mapping/{context-mapping-name}/

Retrieve operation of resource: context-mapping

name: string
in path

ID of name

context-mapping-name: string
in path

ID of context-mapping-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "context-mapping-name": "string",
  "vrf-name": "string",
  "topology-name": "string",
  "context": "string",
  "instance-name": "string"
}

GROUPS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/groups/

Update operation of resource: groups

groupsbody object

Request Content-Types: application/json
Request Example
{    {
      "name": "string",
      "write-view": "string",
      "snmp-version": "string",
      "context-name": "string",
      "security-model": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "read-view": "string",
      "v4acl-type": "string",
      "v4-access-list": "string",
      "notify-view": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GROUPS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/groups/

Create operation of resource: groups

groupsbody object

Request Content-Types: application/json
Request Example
{    {
      "name": "string",
      "write-view": "string",
      "snmp-version": "string",
      "context-name": "string",
      "security-model": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "read-view": "string",
      "v4acl-type": "string",
      "v4-access-list": "string",
      "notify-view": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GROUPS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/groups/

Delete operation of resource: groups

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GROUPS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/groups/

Retrieve operation of resource: groups

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "name": "string",
      "write-view": "string",
      "snmp-version": "string",
      "context-name": "string",
      "security-model": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "read-view": "string",
      "v4acl-type": "string",
      "v4-access-list": "string",
      "notify-view": "string"
    }
  ]
}

GROUP - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/groups/group/{name}/

Update operation of resource: group

groupbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "name": "string",
  "write-view": "string",
  "snmp-version": "string",
  "context-name": "string",
  "security-model": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "read-view": "string",
  "v4acl-type": "string",
  "v4-access-list": "string",
  "notify-view": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GROUP - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/groups/group/{name}/

Create operation of resource: group

groupbody object

name: string
in path

ID of name

Request Content-Types: application/json
Request Example
{
  "name": "string",
  "write-view": "string",
  "snmp-version": "string",
  "context-name": "string",
  "security-model": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "read-view": "string",
  "v4acl-type": "string",
  "v4-access-list": "string",
  "notify-view": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GROUP - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/groups/group/{name}/

Delete operation of resource: group

name: string
in path

ID of name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

GROUP - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/groups/group/{name}/

Retrieve operation of resource: group

name: string
in path

ID of name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "name": "string",
  "write-view": "string",
  "snmp-version": "string",
  "context-name": "string",
  "security-model": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "read-view": "string",
  "v4acl-type": "string",
  "v4-access-list": "string",
  "notify-view": "string"
}

TRAP-HOSTS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/

Update operation of resource: trap-hosts

trap-hostsbody object

Request Content-Types: application/json
Request Example
{    {          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        }
      },
      "ip-address": "string",          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOSTS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/

Create operation of resource: trap-hosts

trap-hostsbody object

Request Content-Types: application/json
Request Example
{    {          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        }
      },
      "ip-address": "string",          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      }
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOSTS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/

Delete operation of resource: trap-hosts

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOSTS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/

Retrieve operation of resource: trap-hosts

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        },            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        }
      },
      "ip-address": "string",          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      }
    }
  ]
}

TRAP-HOST - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/

Update operation of resource: trap-host

trap-hostbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    }
  },
  "ip-address": "string",      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOST - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/

Create operation of resource: trap-host

trap-hostbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    }
  },
  "ip-address": "string",      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOST - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/

Delete operation of resource: trap-host

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

TRAP-HOST - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/

Retrieve operation of resource: trap-host

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    },        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    }
  },
  "ip-address": "string",      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}

ENCRYPTED-USER-COMMUNITIES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/

Update operation of resource: encrypted-user-communities

encrypted-user-communitiesbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITIES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/

Create operation of resource: encrypted-user-communities

encrypted-user-communitiesbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITIES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/

Delete operation of resource: encrypted-user-communities

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITIES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/

Retrieve operation of resource: encrypted-user-communities

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

ENCRYPTED-USER-COMMUNITY - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/encrypted-user-community/{community-name}/

Update operation of resource: encrypted-user-community

encrypted-user-communitybody object

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITY - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/encrypted-user-community/{community-name}/

Create operation of resource: encrypted-user-community

encrypted-user-communitybody object

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITY - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/encrypted-user-community/{community-name}/

Delete operation of resource: encrypted-user-community

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

ENCRYPTED-USER-COMMUNITY - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/encrypted-user-communities/encrypted-user-community/{community-name}/

Retrieve operation of resource: encrypted-user-community

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

INFORM-HOST - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/

Update operation of resource: inform-host

inform-hostbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-HOST - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/

Create operation of resource: inform-host

inform-hostbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-HOST - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/

Delete operation of resource: inform-host

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-HOST - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/

Retrieve operation of resource: inform-host

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}

INFORM-USER-COMMUNITIES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/

Update operation of resource: inform-user-communities

inform-user-communitiesbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITIES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/

Create operation of resource: inform-user-communities

inform-user-communitiesbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITIES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/

Delete operation of resource: inform-user-communities

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITIES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/

Retrieve operation of resource: inform-user-communities

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

INFORM-USER-COMMUNITY - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/inform-user-community/{community-name}/

Update operation of resource: inform-user-community

inform-user-communitybody object

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITY - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/inform-user-community/{community-name}/

Create operation of resource: inform-user-community

inform-user-communitybody object

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITY - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/inform-user-community/{community-name}/

Delete operation of resource: inform-user-community

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-USER-COMMUNITY - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-user-communities/inform-user-community/{community-name}/

Retrieve operation of resource: inform-user-community

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

INFORM-ENCRYPTED-USER-COMMUNITIES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/

Update operation of resource: inform-encrypted-user-communities

inform-encrypted-user-communitiesbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITIES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/

Create operation of resource: inform-encrypted-user-communities

inform-encrypted-user-communitiesbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITIES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/

Delete operation of resource: inform-encrypted-user-communities

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITIES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/

Retrieve operation of resource: inform-encrypted-user-communities

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

INFORM-ENCRYPTED-USER-COMMUNITY - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/inform-encrypted-user-community/{community-name}/

Update operation of resource: inform-encrypted-user-community

inform-encrypted-user-communitybody object

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITY - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/inform-encrypted-user-community/{community-name}/

Create operation of resource: inform-encrypted-user-community

inform-encrypted-user-communitybody object

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITY - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/inform-encrypted-user-community/{community-name}/

Delete operation of resource: inform-encrypted-user-community

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

INFORM-ENCRYPTED-USER-COMMUNITY - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/inform-host/inform-encrypted-user-communities/inform-encrypted-user-community/{community-name}/

Retrieve operation of resource: inform-encrypted-user-community

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

DEFAULT-USER-COMMUNITIES - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/default-user-communities/

Update operation of resource: default-user-communities

default-user-communitiesbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITIES - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/default-user-communities/

Create operation of resource: default-user-communities

default-user-communitiesbody object

ip-address: string
in path

ID of ip-address

Request Content-Types: application/json
Request Example
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITIES - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/default-user-communities/

Delete operation of resource: default-user-communities

ip-address: string
in path

ID of ip-address

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITIES - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/default-user-communities/

Retrieve operation of resource: default-user-communities

ip-address: string
in path

ID of ip-address

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

DEFAULT-USER-COMMUNITY - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/default-user-communities/default-user-community/{community-name}/

Update operation of resource: default-user-community

default-user-communitybody object

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITY - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/default-user-communities/default-user-community/{community-name}/

Create operation of resource: default-user-community

default-user-communitybody object

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Request Content-Types: application/json
Request Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITY - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/default-user-communities/default-user-community/{community-name}/

Delete operation of resource: default-user-community

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

DEFAULT-USER-COMMUNITY - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/trap-hosts/trap-host/{ip-address}/default-user-communities/default-user-community/{community-name}/

Retrieve operation of resource: default-user-community

ip-address: string
in path

ID of ip-address

community-name: string
in path

ID of community-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

CONTEXTS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/contexts/

Update operation of resource: contexts

contextsbody object

Request Content-Types: application/json
Request Example
{    {
      "context-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXTS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/contexts/

Create operation of resource: contexts

contextsbody object

Request Content-Types: application/json
Request Example
{    {
      "context-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXTS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/contexts/

Delete operation of resource: contexts

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXTS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/contexts/

Retrieve operation of resource: contexts

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "context-name": "string"
    }
  ]
}

CONTEXT - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/contexts/context/{context-name}/

Update operation of resource: context

contextbody object

context-name: string
in path

ID of context-name

Request Content-Types: application/json
Request Example
{
  "context-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/contexts/context/{context-name}/

Create operation of resource: context

contextbody object

context-name: string
in path

ID of context-name

Request Content-Types: application/json
Request Example
{
  "context-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/contexts/context/{context-name}/

Delete operation of resource: context

context-name: string
in path

ID of context-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/contexts/context/{context-name}/

Retrieve operation of resource: context

context-name: string
in path

ID of context-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "context-name": "string"
}

CONTEXT-MAPPINGS - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/context-mappings/

Update operation of resource: context-mappings

context-mappingsbody object

Request Content-Types: application/json
Request Example
{    {
      "context-mapping-name": "string",
      "vrf-name": "string",
      "topology-name": "string",
      "context": "string",
      "instance-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPINGS - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/context-mappings/

Create operation of resource: context-mappings

context-mappingsbody object

Request Content-Types: application/json
Request Example
{    {
      "context-mapping-name": "string",
      "vrf-name": "string",
      "topology-name": "string",
      "context": "string",
      "instance-name": "string"
    }
  ]
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPINGS - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/context-mappings/

Delete operation of resource: context-mappings

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPINGS - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/context-mappings/

Retrieve operation of resource: context-mappings

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{    {
      "context-mapping-name": "string",
      "vrf-name": "string",
      "topology-name": "string",
      "context": "string",
      "instance-name": "string"
    }
  ]
}

CONTEXT-MAPPING - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:snmp/context-mappings/context-mapping/{context-mapping-name}/

Update operation of resource: context-mapping

context-mappingbody object

context-mapping-name: string
in path

ID of context-mapping-name

Request Content-Types: application/json
Request Example
{
  "context-mapping-name": "string",
  "vrf-name": "string",
  "topology-name": "string",
  "context": "string",
  "instance-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPING - Create

POST Cisco-IOS-XR-snmp-agent-cfg:snmp/context-mappings/context-mapping/{context-mapping-name}/

Create operation of resource: context-mapping

context-mappingbody object

context-mapping-name: string
in path

ID of context-mapping-name

Request Content-Types: application/json
Request Example
{
  "context-mapping-name": "string",
  "vrf-name": "string",
  "topology-name": "string",
  "context": "string",
  "instance-name": "string"
}
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPING - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:snmp/context-mappings/context-mapping/{context-mapping-name}/

Delete operation of resource: context-mapping

context-mapping-name: string
in path

ID of context-mapping-name

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

CONTEXT-MAPPING - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:snmp/context-mappings/context-mapping/{context-mapping-name}/

Retrieve operation of resource: context-mapping

context-mapping-name: string
in path

ID of context-mapping-name

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)
{
  "context-mapping-name": "string",
  "vrf-name": "string",
  "topology-name": "string",
  "context": "string",
  "instance-name": "string"
}

MIB - Update

PUT Cisco-IOS-XR-snmp-agent-cfg:mib/

Update operation of resource: mib

mibbody object

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MIB - Create

POST Cisco-IOS-XR-snmp-agent-cfg:mib/

Create operation of resource: mib

mibbody object

Request Content-Types: application/json
Request Example
200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MIB - Delete

DELETE Cisco-IOS-XR-snmp-agent-cfg:mib/

Delete operation of resource: mib

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json

MIB - Retrieve

GET Cisco-IOS-XR-snmp-agent-cfg:mib/

Retrieve operation of resource: mib

200 OK

Successful operation

400 Bad Request

Internal Error

Response Content-Types: application/json
Response Example (200 OK)

Schema Definitions

DEAD-INTERVAL:

Common node of default-vrf, vrf

dead-interval: integer

Interval after which a neighbor is declared dead (in seconds)

range:"1..65535" units:"second"
Example
{
  "dead-interval": "integer"
}

DEFAULT-METRIC:

Common node of default-vrf, vrf

default-metric: integer

Set metric of redistributed routes

range:"1..16777214" default:metric"
Example
{
  "default-metric": "integer"
}

NETWORK:

Common node of default-vrf, vrf

network: string broadcast, non-broadcast, point-to-point, point-to-multipoint, non-broadcast-point-to-multipoint

Specify network type

Example
{
  "network": "string"
}

FAST-REROUTE-USE-CANDIDATE-ONLY:

Common node of per-link, per-prefix

fast-reroute-use-candidate-only: boolean

Use only interfaces on the candidate list as a backup path

default: false
Example
{
  "fast-reroute-use-candidate-only": "boolean"
}

DEMAND-CIRCUIT:

Common node of default-vrf, vrf

demand-circuit: boolean

Enable/disable demand circuit operation

default:
Example
{
  "demand-circuit": "boolean"
}

COST:

Common node of default-vrf, vrf

cost: integer

Interface cost

range:"1..65535"
Example
{
  "cost": "integer"
}

LOG-ADJACENCY-CHANGES:

Common node of default-vrf, vrf

log-adjacency-changes: string suppress, brief, detail

Log changes in adjacency state

Example
{
  "log-adjacency-changes": "string"
}

DATABASE-FILTER:

Common node of default-vrf, vrf

database-filter: object

Database filter

all: object

All

out: null

Enable out

Example
{
  "database-filter": {
    "all": {
      "out": [ null ]
    }
  }
}

DEFAULT-INFORMATION:

Common node of default-vrf, vrf

default-information: object

Control distribution of default information

originate: object

Distribute a default route

always: boolean

Always advertise default route

metric: integer

OSPFv3 default metric

range:"0..16777214" default:metric"
tag: integer

Tag for default route

range:"1..4294967295" default:route"
metric-type: integer

OSPFv3 metric type for default routes

range:"1..2" default:routes"
route-policy-name: string

Route policy to default-information origination

Example
{
  "default-information": {
    "originate": {
      "always": "boolean",
      "metric": "integer",
      "tag": "integer",
      "metric-type": "integer",
      "route-policy-name": "string"
    }
  }
}

AREA-TABLE:

Common node of default-vrf, vrf

area-addresses: object

Area configuration

area-address: object[]

Configuration for a particular area

address: string

Area ID if in IP address format

area-area-id: object[]

Configuration for a particular area

area-id: integer

Area ID if in integer format

range:"0..4294967295"
Example
{
  "area-addresses": {
    "area-address": [
      {
        "address": "string"
      }
    ],
    "area-area-id": [
      {
        "area-id": "integer"
      }
    ]
  }
}

DISTRIBUTE-LIST:

Common node of default-vrf, vrfCommon node of default-vrf, vrf

distribute-list: object

Filter prefixes to/from RIB

in: object

Filter prefixes installed to RIB

prefix-list: string

Filter prefixes based on an IPv6 prefix-list

Example
{
  "distribute-list": {
    "in": {
      "prefix-list": "string"
    }
  }
}

RETRANSMIT-INTERVAL:

Common node of default-vrf, vrf

retransmit-interval: integer

Specify the transmit interval in seconds

range:"1..65535" units:"second"
Example
{
  "retransmit-interval": "integer"
}

HELLO-INTERVAL:

Common node of default-vrf, vrf

hello-interval: integer

Time between HELLO packets

range:"1..65535" units:"second"
Example
{
  "hello-interval": "integer"
}

ON-STARTUP:

Common node of rbit, v6bit, max-metric

on-startup: object

Enter stub router operational state on startup

wait-for-bgp: boolean

Wait until BGP converges (only applicable to default VRF)

default: false
wait-time: integer

Time (in seconds) to stay in stub router operational state

range:"5..86400" units:"second"
Example
{
  "on-startup": {
    "wait-for-bgp": "boolean",
    "wait-time": "integer"
  }
}

ROUTER-ID:

Common node of default-vrf, vrf

router-id: string

Specify the router ID for this OSPFv3 process in IPv4 address format

Example
{
  "router-id": "string"
}

STUB-ROUTER:

Common node of default-vrf, vrf

stub-router: object

Stub router configuration

v6bit: ON-PROC-RESTART

Stub router V6-bit configuration

max-metric:

Stub router max-metric configuration

rbit: ON-PROC-RESTART

Stub router R-bit configuration

Example
{
  "stub-router": {
    "v6bit": {
      "on-proc-restart": "integer"
    },
    "max-metric": {
      "external-lsa": "integer",
      "summary-lsa": "integer",
      "on-proc-restart": "integer"
    },
    "rbit": {
      "on-proc-restart": "integer"
    }
  }
}

BFD:

Common node of default-vrf, vrf

bfd: object

Configure BFD parameters

fast-detect-mode: string disable, default, strict

Enable or disable BFD fast detection

interval: integer

Hello interval in milli-seconds

units:"millisecond"
detection-multiplier: integer

Detect multiplier

range:"2..50"
Example
{
  "bfd": {
    "fast-detect-mode": "string",
    "interval": "integer",
    "detection-multiplier": "integer"
  }
}

IPV6-OSPFV3-INTFOBJ-CFG-FAST-REROUTE:

Common node of default-vrf, vrfCommon node of process-scope, area-scope, interface

fast-reroute: object

Fast-reroute configuration

per-link: EXCLUDE-INTERFACE-TABLE

Fast-reroute per-link configuration

per-prefix: EXCLUDE-INTERFACE-TABLE

Fast-reroute per-link configuration

fast-reroute-enable: string none, per-link, per-prefix

Enable/Disable Fast-reroute per-link or per-prefix

Example
{
  "fast-reroute": {
    "per-link": {
      "exclude-interfaces": {
        "exclude-interface": [
          {
            "interface-name": "string"
          }
        ]
      }
    },
    "per-prefix": {
      "exclude-interfaces": {
        "exclude-interface": [
          {
            "interface-name": "string"
          }
        ]
      }
    },
    "fast-reroute-enable": "string"
  }
}

CAPABILITY:

Common node of vrf, default-vrf

capability: object

OSPFv3 Capability

vrf-lite: boolean

Enable VRF Lite

default:
type7-translate-zero-forwarding-addr: boolean

Enable capability to translate LSAs with fwd addr

default:
type7-prefer: boolean

NSSA capability to prefer Type 7 over Type 5

default:
Example
{
  "capability": {
    "vrf-lite": "boolean",
    "type7-translate-zero-forwarding-addr": "boolean",
    "type7-prefer": "boolean"
  }
}

PROCESS-SCOPE:

Common node of default-vrf, vrf

process-scope: IPV6-OSPFV3-INTFOBJ-CFG-FAST-REROUTE

Process scope configuration

Example
{
  "process-scope": {
    "fast-reroute": {
      "per-link": {
        "exclude-interfaces": {
          "exclude-interface": [
            {
              "interface-name": "string"
            }
          ]
        }
      },
      "per-prefix": {
        "exclude-interfaces": {
          "exclude-interface": [
            {
              "interface-name": "string"
            }
          ]
        }
      },
      "fast-reroute-enable": "string"
    }
  }
}

REDISTRIBUTE-TABLE:

Common node of default-vrf, vrf

redistributes: object

Redistribute information from another routing protocol

redistribute: object[]

Redistribute information from another routing protocol

object
bgp: object[]

bgp

as-xx: integer

4-byte AS number in asdot (X.Y) format - first half (X)

range:"1..65535"
as-yy: integer

4-byte AS number in asdot (X.Y) format - second half (Y), or 2-byte AS number, or 4-byte AS number in asplain format

range:"0..4294967295"
ospfv3-or-isis-or-application: object[]

ospfv3 or isis or application

process-name: string

ISIS process name if protocol is ISIS, or OSPFv3 process name if protocol is OSPFv3

eigrp: object[]

eigrp

as-xx: integer

4-byte AS number in asdot (X.Y) format - first half (X)

range:"1..65535"
protocol-name: string connected, static, bgp, isis, ospfv3, eigrp, subscriber, application, mobile

Protocol

connected-or-static-or-subscriber-or-mobile: REDISTRIBUTE-CONTENT

connected or static or subscriber or mobile

Example
{
  "redistributes": {
    "redistribute": [
      {
        "bgp": [
          {
            "as-xx": "integer",
            "as-yy": "integer"
          }
        ],
        "ospfv3-or-isis-or-application": [
          {
            "process-name": "string"
          }
        ],
        "eigrp": [
          {
            "as-xx": "integer"
          }
        ],
        "protocol-name": "string"
      }
    ]
  }
}

PRIORITY:

Common node of per-link, per-prefix

priority: string critical, high, medium, low

Fast-reroute per-link/per-prefix priority-limit command

Example
{
  "priority": "string"
}

TIMERS:

Common node of default-vrf, vrf

timers: object

Adjust routing timers

lsa-timers: object

LSA timers

arrival: integer

The minimum interval in milliseconds between accepting the same LSA

range:"0..60000" units:"millisecond"
throttle: object

Throttle timers

spf: object

SPF throttle timers

maximum-delay: integer

Maximum wait time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum hold time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
first-delay: integer

Initial delay between receiving a change and starting SPF in ms

range:"1..600000" units:"millisecond"
lsa: object

LSA throttle timers for all types of OSPF LSAs

maximum-delay: integer

Maximum delay between originating the same LSA in milliseconds

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum delay between originating the same LSA in milliseconds

range:"1..600000" units:"millisecond"
first-delay: integer

Delay to generate first occurrence of LSA in milliseconds

range:"1..600000" units:"millisecond"
pacing: object

Pacing timers

flood: integer

The minimum interval in milliseconds to pace limit flooding on interface

range:"5..100" units:"millisecond"
retransmission: integer

The minimum interval in msec between neighbor retransmissions

range:"5..100"
lsa-group: integer

Interval in seconds at which LSAs are grouped and refreshed, checksummed, or aged

range:"10..1800" units:"second"
Example
{
  "timers": {
    "lsa-timers": {
      "arrival": "integer"
    },
    "throttle": {
      "spf": {
        "maximum-delay": "integer",
        "minimum-delay": "integer",
        "first-delay": "integer"
      },
      "lsa": {
        "maximum-delay": "integer",
        "minimum-delay": "integer",
        "first-delay": "integer"
      }
    },
    "pacing": {
      "flood": "integer",
      "retransmission": "integer",
      "lsa-group": "integer"
    }
  }
}

FLOOD-REDUCTION:

Common node of default-vrf, vrf

flood-reduction: boolean

Enable/disable flood reduction

default:
Example
{
  "flood-reduction": "boolean"
}

MTU-IGNORE:

Common node of default-vrf, vrf

mtu-ignore: boolean

Enable/disable ignoring of MTU in DBD packets

default:
Example
{
  "mtu-ignore": "boolean"
}

ON-PROC-MIGRATION:

Common node of rbit, v6bit, max-metric

on-proc-migration: integer

Time (in seconds) to stay in stub router operational state

range:"5..86400" units:"second"
Example
{
  "on-proc-migration": "integer"
}

ON-PROC-RESTART:

Common node of rbit, v6bit, max-metric

on-proc-restart: integer

Time (in seconds) to stay in stub router operational state

range:"5..86400" units:"second"
Example
{
  "on-proc-restart": "integer"
}

TRANSMIT-DELAY:

Common node of default-vrf, vrf

transmit-delay: integer

Specify the transmit delay in seconds

range:"1..65535" units:"second"
Example
{
  "transmit-delay": "integer"
}

FAST-REROUTE:

Common node of default-vrf, vrf

fast-reroute: object

Fast-reroute instance scoped parameters

per-link: PRIORITY

Fast-reroute per-link global configuration

per-prefix:

Fast-reroute per-prefix global configuration

Example
{
  "fast-reroute": {
    "per-link": {
      "priority": "string"
    },
    "per-prefix": {
      "load-sharing-disable": [ null ],
      "tiebreakers": {
        "tiebreaker": [
          {
            "tiebreaker-type": "string",
            "tiebreaker-index": "integer"
          }
        ]
      },
      "priority": "string"
    }
  }
}

AUTO-COST:

Common node of default-vrf, vrf

auto-cost: object

Calculate interface cost according to bandwidth

reference-bandwidth: integer

Specify reference bandwidth for cost computations in terms of Mbits per second

range:"1..4294967" units:"Mbit/s"
disable: null

Specify 'true' to assign cost based on interface type

Example
{
  "auto-cost": {
    "reference-bandwidth": "integer",
    "disable": [ null ]
  }
}

MAXIMUM:

Common node of default-vrf, vrf

maximum: object

Set OSPFv3 limits

redistributed-prefixes: object

Limit number of redistributed prefixes

prefixes: integer

Maximum number of prefixes redistributed to protocol

range:"1..4294967295"
threshold: integer

Threshold value (%) at which to generate a warning message

range:"0..100000" units:"second" default:"50000"
warning-only: null

Only give warning message when limit is exceeded

interfaces: integer

Specify maximum number of interfaces

range:"1..4294967295"
paths: integer

Specify maximum number of paths per route

range:"1..64"
Example
{
  "maximum": {
    "redistributed-prefixes": {
      "prefixes": "integer",
      "threshold": "integer",
      "warning-only": [ null ]
    },
    "interfaces": "integer",
    "paths": "integer"
  }
}

PASSIVE:

Common node of default-vrf, vrf

passive: boolean

Enable/disable routing updates on an interface

default:
Example
{
  "passive": "boolean"
}

IPV6-OSPFV3-CFG-PRIORITY:

Common node of per-link, per-prefixCommon node of default-vrf, vrf

priority: integer

Specify router priority

range:"0..255"
Example
{
  "priority": "integer"
}

PACKET-SIZE:

Common node of default-vrf, vrf

packet-size: integer

Limit size of OSPFv3 packets

range:"484..65500"
Example
{
  "packet-size": "integer"
}

SUMMARY-PREFIX-TABLE:

Common node of default-vrf, vrf

summary-prefixes: object

Summarize redistributed routes matching prefix/length

summary-prefix: object[]

IPv6 address

object
prefix: string

IPv6 prefix string format

tag: integer

Tag

range:"1..4294967295" default:route"
prefix-length: string

IPV6 prefix length

not-advertise: boolean

Suppress routes matching prefix/length

Example
{
  "summary-prefixes": {
    "summary-prefix": [
      {
        "prefix": "string",
        "tag": "integer",
        "prefix-length": "string",
        "not-advertise": "boolean"
      }
    ]
  }
}

GRACEFUL-RESTART:

Common node of default-vrf, vrf

graceful-restart: object

Graceful restart configuration

enable: null

Enable graceful restart

strict-lsa-checking: null

Terminate graceful restart helper mode if LSA changed

interval: integer

Minimum interval between graceful restarts (seconds)

units:"millisecond"
helper: null

Disable router's helper support

lifetime: integer

Maximum route lifetime following restart (seconds)

range:"90..1800" units:"second"
Example
{
  "graceful-restart": {
    "enable": [ null ],
    "strict-lsa-checking": [ null ],
    "interval": "integer",
    "helper": [ null ],
    "lifetime": "integer"
  }
}

SPF-PREFIX-PRIORITY-POLICY:

Common node of default-vrf, vrf

spf-prefix-priority-policy: string

Route policy for SPF prefix prioritization

Example
{
  "spf-prefix-priority-policy": "string"
}

DISTANCE:

Common node of default-vrf, vrf

distance: object

Define an administrative distance

administrative: integer

Define an administrative distance

range:"1..255"
ospfv3: object

OSPFv3 administrative distance

intra-area: integer

Distance for intra-area routes

range:"1..255"
external: integer

Distance for external type 5 and type 7 routes

range:"1..255"
inter-area: integer

Distance for inter-area routes

range:"1..255"
Example
{
  "distance": {
    "administrative": "integer",
    "ospfv3": {
      "intra-area": "integer",
      "external": "integer",
      "inter-area": "integer"
    }
  }
}

ALWAYS:

Common node of rbit, v6bit, max-metric

always: null

Unconditionally enter stub router operational state

Example
{
  "always": [ null ]
}

DISTRIBUTE-LIST-OUT:

Common node of default-vrf, vrf

distribute-list-out: object

Filter prefixes from RIB

distribute-outs: object

Filter generated type-5 LSAs

distribute-out: object[]

Filter generated type-5 LSAs

object
bgp: object[]

bgp

as-xx: integer

4-byte AS number in asdot (X.Y) format - first half (X)

range:"1..65535"
as-yy: integer

4-byte AS number in asdot (X.Y) format - second half (Y), or 2-byte AS number, or 4-byte AS number in asplain format

range:"0..4294967295"
eigrp: object[]

eigrp

as-xx: integer

4-byte AS number in asdot (X.Y) format - first half (X)

range:"1..65535"
ospfv3-or-isis: object[]

ospfv3 or isis

process-name: string

If ISIS or OSPFv3, specify the instance name

protocol-name: string all, connected, static, bgp, isis, ospfv3, eigrp

none

all-or-connected-or-static-prefix-list: string

Prefix-list name

Example
{
  "distribute-list-out": {
    "distribute-outs": {
      "distribute-out": [
        {
          "bgp": [
            {
              "as-xx": "integer",
              "as-yy": "integer"
            }
          ],
          "eigrp": [
            {
              "as-xx": "integer"
            }
          ],
          "ospfv3-or-isis": [
            {
              "process-name": "string"
            }
          ],
          "protocol-name": "string",
          "all-or-connected-or-static-prefix-list": "string"
        }
      ]
    }
  }
}

SNMP:

Common node of default-vrf, vrf

snmp: object

SNMP configuration

trap-rate-limit: object

SNMP trap rate configuration

max-window-traps: integer

Max number of traps sent in window time

range:"0..300"
window-size: integer

Trap rate limit sliding window size

range:"2..60"
context: string

SNMP context configuration

Example
{
  "snmp": {
    "trap-rate-limit": {
      "max-window-traps": "integer",
      "window-size": "integer"
    },
    "context": "string"
  }
}

INCLUDE-STUB:

Common node of rbit, max-metric

include-stub: null

Advertise stub links with maximum metric in stub router mode

Example
{
  "include-stub": [ null ]
}

IGNORE:

Common node of default-vrf, vrf

ignore: object

Do not complain about a specified event

lsa: object

Do not complain upon receiving LSA of the specified type

mospf: null

Enable ignore of MOSPF type 6 LSA

Example
{
  "ignore": {
    "lsa": {
      "mospf": [ null ]
    }
  }
}

INSTANCE:

Common node of default-vrf, vrf

instance: integer

Instance ID

range:"0..255"
Example
{
  "instance": "integer"
}

AUTHENTICATION:

Common node of default-vrf, vrf

authentication: object

Authenticate OSPFv3 packets

spi: integer

Use IPSec AH authentication. Specify the Security Parameter Index (SPI) value

range:"256..4294967295"
password: string

Specify MD5 or SHA1 password

enable: boolean

Authenticate packets

default:
algorithm: string md5, sha1

Use the MD5 or SHA1 algorithm

Example
{
  "authentication": {
    "spi": "integer",
    "password": "string",
    "enable": "boolean",
    "algorithm": "string"
  }
}

CANDIDATE-INTERFACE-TABLE:

Common node of per-link, per-prefix

candidate-interfaces: object

Fast-reroute per-link/per-prefix candidate interface configuration

candidate-interface: object[]

Candidate backup interface

object
interface-name: string

Interface

Example
{
  "candidate-interfaces": {
    "candidate-interface": [
      {
        "interface-name": "string"
      }
    ]
  }
}

EXCLUDE-INTERFACE-TABLE:

Common node of per-link, per-prefix

exclude-interfaces: object

Fast-reroute per-link/per-prefix exclude interface configuration

exclude-interface: object[]

Exclude an interface from becoming a backup

object
interface-name: string

Interface

Example
{
  "exclude-interfaces": {
    "exclude-interface": [
      {
        "interface-name": "string"
      }
    ]
  }
}

ENCRYPTION:

Common node of default-vrf, vrf

encryption: object

Encrypt and authenticate OSPFv3 packets

authentication-algorithm: string null, md5, sha1

Use the NULL, MD5 or SHA1 algorithm

enable: boolean

Authenticate packets

default:
authentication-password: string

Specify MD5 or SHA1 password

spi: integer

Use IPSec ESP authentication. Specify the Security Parameter Index (SPI) value

range:"256..4294967295"
encryption-algorithm: string null, des, 3des, aes, aes192, aes256

Specify the encryption algorithm

encryption-password: string

Encryption password

Example
{
  "encryption": {
    "authentication-algorithm": "string",
    "enable": "boolean",
    "authentication-password": "string",
    "spi": "integer",
    "encryption-algorithm": "string",
    "encryption-password": "string"
  }
}

ON-SWITCHOVER:

Common node of rbit, v6bit, max-metric

on-switchover: integer

Time (in seconds) to stay in stub router operational state

range:"5..86400" units:"second"
Example
{
  "on-switchover": "integer"
}

ospfv3_schema:

OSPFv3 administrative distance

intra-area: integer

Distance for intra-area routes

range:"1..255"
external: integer

Distance for external type 5 and type 7 routes

range:"1..255"
inter-area: integer

Distance for inter-area routes

range:"1..255"
Example
{
  "intra-area": "integer",
  "external": "integer",
  "inter-area": "integer"
}

processes_schema:

OSPFv3 processes

process: object[]

An OSPFv3 process

object
default-vrf:

Default VRF related configuration

vrfs: object

VRF related configuration

vrf: object[]

Configuration for a particular OSPF VRF

snmpvrf-trap: null

Enable SNMP trap configuration in a VRF

domain-id: object

OSPFv3 Domain ID

primary-domain-id: object

OSPF Primary domain ID

domain-id-name: string

Primary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Primary domain ID type

secondary-domain-ids: object

Secondary domain ID Table

secondary-domain-id: object[]

OSPF Secondary domain ID

object
domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

prefix-suppression: boolean

Enable/disable prefix suppression on an interface

vrf-name: string

Name for this VRF

af: object

Address Family (AF)

af-name: string ipv6

Address Family (AF) identifier

saf-name: string unicast

Subsequent Address Family (SAF) identifier

trace-bufs: object

Configuration to change size of trace buffer

trace-buf: object[]

Changes the size of the specified trace buffer

object
trace-buf-name: string

Name for this trace buffer

bufsize: string size0, size256, size512, size1024, size2048, size4096, size8192, size16384, size32768, size65536

Buffer size

protocol-shutdown: null

Enable protocol shutdown

process-name: string

OSPFv3 process name

nsr: string true, false

Enable non-stop routing

Example
{
  "process": [
    {
      "default-vrf": {
        "ldp-sync": "boolean",
        "spf-prefix-priority-disable": [ null ],
        "prefix-suppression": "boolean",
        "transmit-delay": "integer"
      },
      "vrfs": {
        "vrf": [
          {
            "snmpvrf-trap": [ null ],
            "domain-id": {
              "primary-domain-id": {
                "domain-id-name": "string",
                "domain-id-type": "string"
              },
              "secondary-domain-ids": {
                "secondary-domain-id": [
                  {
                    "domain-id-name": "string",
                    "domain-id-type": "string"
                  }
                ]
              }
            },
            "prefix-suppression": "boolean",
            "vrf-name": "string",
            "transmit-delay": "integer"
          }
        ]
      },
      "af": {
        "af-name": "string",
        "saf-name": "string"
      },
      "trace-bufs": {
        "trace-buf": [
          {
            "trace-buf-name": "string",
            "bufsize": "string"
          }
        ]
      },
      "protocol-shutdown": [ null ],
      "process-name": "string",
      "nsr": "string"
    }
  ]
}

process_schema:

default-vrf:

Default VRF related configuration

vrfs: object

VRF related configuration

vrf: object[]

Configuration for a particular OSPF VRF

snmpvrf-trap: null

Enable SNMP trap configuration in a VRF

domain-id: object

OSPFv3 Domain ID

primary-domain-id: object

OSPF Primary domain ID

domain-id-name: string

Primary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Primary domain ID type

secondary-domain-ids: object

Secondary domain ID Table

secondary-domain-id: object[]

OSPF Secondary domain ID

object
domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

prefix-suppression: boolean

Enable/disable prefix suppression on an interface

vrf-name: string

Name for this VRF

af: object

Address Family (AF)

af-name: string ipv6

Address Family (AF) identifier

saf-name: string unicast

Subsequent Address Family (SAF) identifier

trace-bufs: object

Configuration to change size of trace buffer

trace-buf: object[]

Changes the size of the specified trace buffer

object
trace-buf-name: string

Name for this trace buffer

bufsize: string size0, size256, size512, size1024, size2048, size4096, size8192, size16384, size32768, size65536

Buffer size

protocol-shutdown: null

Enable protocol shutdown

process-name: string

OSPFv3 process name

nsr: string true, false

Enable non-stop routing

Example
{
  "default-vrf": {
    "ldp-sync": "boolean",
    "spf-prefix-priority-disable": [ null ],
    "prefix-suppression": "boolean",
    "transmit-delay": "integer"
  },
  "vrfs": {
    "vrf": [
      {
        "snmpvrf-trap": [ null ],
        "domain-id": {
          "primary-domain-id": {
            "domain-id-name": "string",
            "domain-id-type": "string"
          },
          "secondary-domain-ids": {
            "secondary-domain-id": [
              {
                "domain-id-name": "string",
                "domain-id-type": "string"
              }
            ]
          }
        },
        "prefix-suppression": "boolean",
        "vrf-name": "string",
        "transmit-delay": "integer"
      }
    ]
  },
  "af": {
    "af-name": "string",
    "saf-name": "string"
  },
  "trace-bufs": {
    "trace-buf": [
      {
        "trace-buf-name": "string",
        "bufsize": "string"
      }
    ]
  },
  "protocol-shutdown": [ null ],
  "process-name": "string",
  "nsr": "string"
}

default-vrf_schema:

Default VRF related configuration

ldp-sync: boolean

Enable/Disable MPLS LDP sync

default:
spf-prefix-priority-disable: null

SPF prefix prioritization disabled

prefix-suppression: boolean

Enable/disable prefix suppression on an interface

default:
Example
{
  "ldp-sync": "boolean",
  "spf-prefix-priority-disable": [ null ],
  "prefix-suppression": "boolean",
  "transmit-delay": "integer"
}

area-addresses_schema:

Area configuration

area-address: AREA-CONTENT

Configuration for a particular area

AREA-CONTENT
area-area-id: AREA-CONTENT

Configuration for a particular area

AREA-CONTENT
Example
{
  "area-address": [ null ],
  "area-area-id": [ null ]
}

authentication_schema:

Authenticate OSPFv3 packets

spi: integer

Use IPSec AH authentication. Specify the Security Parameter Index (SPI) value

range:"256..4294967295"
password: string

Specify MD5 or SHA1 password

enable: boolean

Authenticate packets

default:
algorithm: string md5, sha1

Use the MD5 or SHA1 algorithm

Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

bfd_schema:

Configure BFD parameters

fast-detect-mode: string disable, default, strict

Enable or disable BFD fast detection

interval: integer

Hello interval in milli-seconds

units:"millisecond"
detection-multiplier: integer

Detect multiplier

range:"2..50"
Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

ranges_schema:

Range configuration

range: object[]

Summarize inter-area routes matching prefix/length

object
prefix: string

IPv6 prefix format

cost: integer

Specified metric for this range

range:"1..65535"
prefix-length: string

IPV6 prefix length

not-advertise: boolean

Do not advertise address range

Example
{
  "range": [
    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}

range_schema:

prefix: string

IPv6 prefix format

cost: integer

Specified metric for this range

range:"1..65535"
prefix-length: string

IPV6 prefix length

not-advertise: boolean

Do not advertise address range

default: false
Example
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}

encryption_schema:

Encrypt and authenticate OSPFv3 packets

authentication-algorithm: string null, md5, sha1

Use the NULL, MD5 or SHA1 algorithm

enable: boolean

Authenticate packets

default:
authentication-password: string

Specify MD5 or SHA1 password

spi: integer

Use IPSec ESP authentication. Specify the Security Parameter Index (SPI) value

range:"256..4294967295"
encryption-algorithm: string null, des, 3des, aes, aes192, aes256

Specify the encryption algorithm

encryption-password: string

Encryption password

Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

nssa_schema:

Specify area as a NSSA area. Allowed only in non-backbone areas

metric: integer

Only valid with DefaultInfoOriginate

range:"0..16777214" default:metric"
default-info-originate: boolean

Originate Type 7 default into NSSA area

default: false
no-summary: null

Do not send summary LSA into NSSA

metric-type: string type1, type2

Only valid with DefaultInfoOriginate

no-redistribution: boolean

No redistribution into this NSSA area

default: false
Example
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}

database-filter_schema:

Database filter

all: object

All

out: null

Enable out

Example
{
  "all": {
    "out": [ null ]
  }
}

all_schema:

All

out: null

Enable out

Example
{
  "out": [ null ]
}

distribute-list_schema:

Filter prefixes to/from RIB

in: object

Filter prefixes installed to RIB

prefix-list: string

Filter prefixes based on an IPv6 prefix-list

Example
{
  "in": {
    "prefix-list": "string"
  }
}

in_schema:

Filter prefixes installed to RIB

prefix-list: string

Filter prefixes based on an IPv6 prefix-list

Example
{
  "prefix-list": "string"
}

interfaces_schema:

OSPFv3 interfaces

interface: IPV6-OSPFV3-INTFOBJ-CFG-FAST-REROUTE

OSPFv3 interface

IPV6-OSPFV3-INTFOBJ-CFG-FAST-REROUTE
Example
{
  "interface": [
    {
      "fast-reroute": {
        "per-link": {
          "exclude-interfaces": {
            "exclude-interface": [
              {
                "interface-name": "string"
              }
            ]
          }
        },
        "per-prefix": {
          "exclude-interfaces": {
            "exclude-interface": [
              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}

neighbors_schema:

Specify a neighbor router

neighbor: object[]

IPv6 address

object
priority: integer

OSPFv3 priority of non-broadcast neighbor

range:"0..255"
neighbor-address: string

IPV6 address

cost: integer

OSPFv3 cost for point-to-multipoint neighbor

range:"1..65535"
zone: string

Zone

database-filter: boolean

Filter OSPFv3 LSA during synchronization and flooding for point-to-multipoint neighbor

poll-interval: integer

OSPFv3 dead-router polling interval (in seconds)

range:"1..20000" units:"second"
Example
{
  "neighbor": [
    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}

neighbor_schema:

priority: integer

OSPFv3 priority of non-broadcast neighbor

range:"0..255"
neighbor-address: string

IPV6 address

cost: integer

OSPFv3 cost for point-to-multipoint neighbor

range:"1..65535"
zone: string

Zone

database-filter: boolean

Filter OSPFv3 LSA during synchronization and flooding for point-to-multipoint neighbor

default:
poll-interval: integer

OSPFv3 dead-router polling interval (in seconds)

range:"1..20000" units:"second"
Example
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}

fast-reroute_schema:

Fast-reroute configuration

per-link: EXCLUDE-INTERFACE-TABLE

Fast-reroute per-link configuration

per-prefix: EXCLUDE-INTERFACE-TABLE

Fast-reroute per-link configuration

fast-reroute-enable: string none, per-link, per-prefix

Enable/Disable Fast-reroute per-link or per-prefix

Example
{
  "per-link": {
    "exclude-interfaces": {
      "exclude-interface": [
        {
          "interface-name": "string"
        }
      ]
    }
  },
  "per-prefix": {
    "exclude-interfaces": {
      "exclude-interface": [
        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

candidate-interfaces_schema:

Fast-reroute per-link/per-prefix candidate interface configuration

candidate-interface: object[]

Candidate backup interface

object
interface-name: string

Interface

Example
{
  "candidate-interface": [
    {
      "interface-name": "string"
    }
  ]
}

candidate-interface_schema:

interface-name: string

Interface

Example
{
  "interface-name": "string"
}

exclude-interfaces_schema:

Fast-reroute per-link/per-prefix exclude interface configuration

exclude-interface: object[]

Exclude an interface from becoming a backup

object
interface-name: string

Interface

Example
{
  "exclude-interface": [
    {
      "interface-name": "string"
    }
  ]
}

exclude-interface_schema:

interface-name: string

Interface

Example
{
  "interface-name": "string"
}

timers_schema:

Adjust routing timers

lsa-timers: object

LSA timers

arrival: integer

The minimum interval in milliseconds between accepting the same LSA

range:"0..60000" units:"millisecond"
throttle: object

Throttle timers

spf: object

SPF throttle timers

maximum-delay: integer

Maximum wait time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum hold time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
first-delay: integer

Initial delay between receiving a change and starting SPF in ms

range:"1..600000" units:"millisecond"
lsa: object

LSA throttle timers for all types of OSPF LSAs

maximum-delay: integer

Maximum delay between originating the same LSA in milliseconds

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum delay between originating the same LSA in milliseconds

range:"1..600000" units:"millisecond"
first-delay: integer

Delay to generate first occurrence of LSA in milliseconds

range:"1..600000" units:"millisecond"
pacing: object

Pacing timers

flood: integer

The minimum interval in milliseconds to pace limit flooding on interface

range:"5..100" units:"millisecond"
retransmission: integer

The minimum interval in msec between neighbor retransmissions

range:"5..100"
lsa-group: integer

Interval in seconds at which LSAs are grouped and refreshed, checksummed, or aged

range:"10..1800" units:"second"
Example
{
  "lsa-timers": {
    "arrival": "integer"
  },
  "throttle": {
    "spf": {
      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    },
    "lsa": {
      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    }
  },
  "pacing": {
    "flood": "integer",
    "retransmission": "integer",
    "lsa-group": "integer"
  }
}

pacing_schema:

Pacing timers

flood: integer

The minimum interval in milliseconds to pace limit flooding on interface

range:"5..100" units:"millisecond"
retransmission: integer

The minimum interval in msec between neighbor retransmissions

range:"5..100"
lsa-group: integer

Interval in seconds at which LSAs are grouped and refreshed, checksummed, or aged

range:"10..1800" units:"second"
Example
{
  "flood": "integer",
  "retransmission": "integer",
  "lsa-group": "integer"
}

lsa-timers_schema:

LSA timers

arrival: integer

The minimum interval in milliseconds between accepting the same LSA

range:"0..60000" units:"millisecond"
Example
{
  "arrival": "integer"
}

throttle_schema:

Throttle timers

spf: object

SPF throttle timers

maximum-delay: integer

Maximum wait time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum hold time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
first-delay: integer

Initial delay between receiving a change and starting SPF in ms

range:"1..600000" units:"millisecond"
lsa: object

LSA throttle timers for all types of OSPF LSAs

maximum-delay: integer

Maximum delay between originating the same LSA in milliseconds

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum delay between originating the same LSA in milliseconds

range:"1..600000" units:"millisecond"
first-delay: integer

Delay to generate first occurrence of LSA in milliseconds

range:"1..600000" units:"millisecond"
Example
{
  "spf": {
    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  },
  "lsa": {
    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  }
}

lsa_schema:

Do not complain upon receiving LSA of the specified type

mospf: null

Enable ignore of MOSPF type 6 LSA

Example
{
  "mospf": [ null ]
}

spf_schema:

SPF throttle timers

maximum-delay: integer

Maximum wait time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum hold time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
first-delay: integer

Initial delay between receiving a change and starting SPF in ms

range:"1..600000" units:"millisecond"
Example
{
  "maximum-delay": "integer",
  "minimum-delay": "integer",
  "first-delay": "integer"
}

summary-prefixes_schema:

Summarize redistributed routes matching prefix/length

summary-prefix: object[]

IPv6 address

object
prefix: string

IPv6 prefix string format

tag: integer

Tag

range:"1..4294967295" default:route"
prefix-length: string

IPV6 prefix length

not-advertise: boolean

Suppress routes matching prefix/length

Example
{
  "summary-prefix": [
    {
      "prefix": "string",
      "tag": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}

summary-prefix_schema:

prefix: string

IPv6 prefix string format

tag: integer

Tag

range:"1..4294967295" default:route"
prefix-length: string

IPV6 prefix length

not-advertise: boolean

Suppress routes matching prefix/length

default:
Example
{
  "prefix": "string",
  "tag": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}

snmp_schema:

SNMP configuration

trap-rate-limit: object

SNMP trap rate configuration

max-window-traps: integer

Max number of traps sent in window time

range:"0..300"
window-size: integer

Trap rate limit sliding window size

range:"2..60"
context: string

SNMP context configuration

Example
{
  "trap-rate-limit": {
    "max-window-traps": "integer",
    "window-size": "integer"
  },
  "context": "string"
}

trap-rate-limit_schema:

SNMP trap rate configuration

max-window-traps: integer

Max number of traps sent in window time

range:"0..300"
window-size: integer

Trap rate limit sliding window size

range:"2..60"
Example
{
  "max-window-traps": "integer",
  "window-size": "integer"
}

tiebreakers_schema:

Fast-reroute tiebreakers configurations

tiebreaker: object[]

Fast-reroute tiebreakers configuration

object
tiebreaker-type: string downstream, line-card-disjoint, lowest-metric, node-protect, primary-path, secondary-path, srlg-disjoint

Tiebreaker type

tiebreaker-index: integer

Index value for a tiebreaker

range:"1..255"
Example
{
  "tiebreaker": [
    {
      "tiebreaker-type": "string",
      "tiebreaker-index": "integer"
    }
  ]
}

tiebreaker_schema:

tiebreaker-type: string downstream, line-card-disjoint, lowest-metric, node-protect, primary-path, secondary-path, srlg-disjoint

Tiebreaker type

tiebreaker-index: integer

Index value for a tiebreaker

range:"1..255"
Example
{
  "tiebreaker-type": "string",
  "tiebreaker-index": "integer"
}

distance_schema:

Define an administrative distance

administrative: integer

Define an administrative distance

range:"1..255"
ospfv3: object

OSPFv3 administrative distance

intra-area: integer

Distance for intra-area routes

range:"1..255"
external: integer

Distance for external type 5 and type 7 routes

range:"1..255"
inter-area: integer

Distance for inter-area routes

range:"1..255"
Example
{
  "administrative": "integer",
  "ospfv3": {
    "intra-area": "integer",
    "external": "integer",
    "inter-area": "integer"
  }
}

maximum_schema:

Set OSPFv3 limits

redistributed-prefixes: object

Limit number of redistributed prefixes

prefixes: integer

Maximum number of prefixes redistributed to protocol

range:"1..4294967295"
threshold: integer

Threshold value (%) at which to generate a warning message

range:"0..100000" units:"second" default:"50000"
warning-only: null

Only give warning message when limit is exceeded

interfaces: integer

Specify maximum number of interfaces

range:"1..4294967295"
paths: integer

Specify maximum number of paths per route

range:"1..64"
Example
{
  "redistributed-prefixes": {
    "prefixes": "integer",
    "threshold": "integer",
    "warning-only": [ null ]
  },
  "interfaces": "integer",
  "paths": "integer"
}

redistributed-prefixes_schema:

Limit number of redistributed prefixes

prefixes: integer

Maximum number of prefixes redistributed to protocol

range:"1..4294967295"
threshold: integer

Threshold value (%) at which to generate a warning message

range:"0..100000" units:"second" default:"50000"
warning-only: null

Only give warning message when limit is exceeded

Example
{
  "prefixes": "integer",
  "threshold": "integer",
  "warning-only": [ null ]
}

redistributes_schema:

Redistribute information from another routing protocol

redistribute: object[]

Redistribute information from another routing protocol

object
bgp: REDISTRIBUTE-CONTENT

bgp

REDISTRIBUTE-CONTENT
ospfv3-or-isis-or-application: REDISTRIBUTE-CONTENT

ospfv3 or isis or application

REDISTRIBUTE-CONTENT
eigrp: REDISTRIBUTE-CONTENT

eigrp

REDISTRIBUTE-CONTENT
protocol-name: string connected, static, bgp, isis, ospfv3, eigrp, subscriber, application, mobile

Protocol

connected-or-static-or-subscriber-or-mobile: REDISTRIBUTE-CONTENT

connected or static or subscriber or mobile

Example
{
  "redistribute": [
    {
      "bgp": [ null ],
      "ospfv3-or-isis-or-application": [ null ],
      "eigrp": [ null ],
      "protocol-name": "string"
    }
  ]
}

redistribute_schema:

bgp: REDISTRIBUTE-CONTENT

bgp

REDISTRIBUTE-CONTENT
ospfv3-or-isis-or-application: REDISTRIBUTE-CONTENT

ospfv3 or isis or application

REDISTRIBUTE-CONTENT
eigrp: REDISTRIBUTE-CONTENT

eigrp

REDISTRIBUTE-CONTENT
protocol-name: string connected, static, bgp, isis, ospfv3, eigrp, subscriber, application, mobile

Protocol

connected-or-static-or-subscriber-or-mobile: REDISTRIBUTE-CONTENT

connected or static or subscriber or mobile

Example
{
  "bgp": [ null ],
  "ospfv3-or-isis-or-application": [ null ],
  "eigrp": [ null ],
  "protocol-name": "string"
}

ignore_schema:

Do not complain about a specified event

lsa: object

Do not complain upon receiving LSA of the specified type

mospf: null

Enable ignore of MOSPF type 6 LSA

Example
{
  "lsa": {
    "mospf": [ null ]
  }
}

distribute-list-out_schema:

Filter prefixes from RIB

distribute-outs: object

Filter generated type-5 LSAs

distribute-out: object[]

Filter generated type-5 LSAs

object
bgp: DISTRIBUTE-OUT-CONTENT

bgp

DISTRIBUTE-OUT-CONTENT
eigrp: DISTRIBUTE-OUT-CONTENT

eigrp

DISTRIBUTE-OUT-CONTENT
ospfv3-or-isis: DISTRIBUTE-OUT-CONTENT

ospfv3 or isis

DISTRIBUTE-OUT-CONTENT
protocol-name: string all, connected, static, bgp, isis, ospfv3, eigrp

none

all-or-connected-or-static-prefix-list: string

Prefix-list name

Example
{
  "distribute-outs": {
    "distribute-out": [
      {
        "bgp": [ null ],
        "eigrp": [ null ],
        "ospfv3-or-isis": [ null ],
        "protocol-name": "string",
        "all-or-connected-or-static-prefix-list": "string"
      }
    ]
  }
}

distribute-outs_schema:

Filter generated type-5 LSAs

distribute-out: object[]

Filter generated type-5 LSAs

object
bgp: DISTRIBUTE-OUT-CONTENT

bgp

DISTRIBUTE-OUT-CONTENT
eigrp: DISTRIBUTE-OUT-CONTENT

eigrp

DISTRIBUTE-OUT-CONTENT
ospfv3-or-isis: DISTRIBUTE-OUT-CONTENT

ospfv3 or isis

DISTRIBUTE-OUT-CONTENT
protocol-name: string all, connected, static, bgp, isis, ospfv3, eigrp

none

all-or-connected-or-static-prefix-list: string

Prefix-list name

Example
{
  "distribute-out": [
    {
      "bgp": [ null ],
      "eigrp": [ null ],
      "ospfv3-or-isis": [ null ],
      "protocol-name": "string",
      "all-or-connected-or-static-prefix-list": "string"
    }
  ]
}

distribute-out_schema:

bgp: DISTRIBUTE-OUT-CONTENT

bgp

DISTRIBUTE-OUT-CONTENT
eigrp: DISTRIBUTE-OUT-CONTENT

eigrp

DISTRIBUTE-OUT-CONTENT
ospfv3-or-isis: DISTRIBUTE-OUT-CONTENT

ospfv3 or isis

DISTRIBUTE-OUT-CONTENT
protocol-name: string all, connected, static, bgp, isis, ospfv3, eigrp

none

all-or-connected-or-static-prefix-list: string

Prefix-list name

Example
{
  "bgp": [ null ],
  "eigrp": [ null ],
  "ospfv3-or-isis": [ null ],
  "protocol-name": "string",
  "all-or-connected-or-static-prefix-list": "string"
}

stub-router_schema:

Stub router configuration

v6bit: ON-PROC-RESTART

Stub router V6-bit configuration

max-metric: ON-PROC-RESTART

Stub router max-metric configuration

rbit: ON-PROC-RESTART

Stub router R-bit configuration

Example
{
  "v6bit": {
    "on-proc-restart": "integer"
  },
  "max-metric": {
    "on-proc-restart": "integer"
  },
  "rbit": {
    "on-proc-restart": "integer"
  }
}

on-startup_schema:

Enter stub router operational state on startup

wait-for-bgp: boolean

Wait until BGP converges (only applicable to default VRF)

default: false
wait-time: integer

Time (in seconds) to stay in stub router operational state

range:"5..86400" units:"second"
Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}

capability_schema:

OSPFv3 Capability

vrf-lite: boolean

Enable VRF Lite

default:
type7-translate-zero-forwarding-addr: boolean

Enable capability to translate LSAs with fwd addr

default:
type7-prefer: boolean

NSSA capability to prefer Type 7 over Type 5

default:
Example
{
  "vrf-lite": "boolean",
  "type7-translate-zero-forwarding-addr": "boolean",
  "type7-prefer": "boolean"
}

graceful-restart_schema:

Graceful restart configuration

enable: null

Enable graceful restart

strict-lsa-checking: null

Terminate graceful restart helper mode if LSA changed

interval: integer

Minimum interval between graceful restarts (seconds)

units:"millisecond"
helper: null

Disable router's helper support

lifetime: integer

Maximum route lifetime following restart (seconds)

range:"90..1800" units:"second"
Example
{
  "enable": [ null ],
  "strict-lsa-checking": [ null ],
  "interval": "integer",
  "helper": [ null ],
  "lifetime": "integer"
}

default-information_schema:

Control distribution of default information

originate: object

Distribute a default route

always: boolean

Always advertise default route

metric: integer

OSPFv3 default metric

range:"0..16777214" default:metric"
tag: integer

Tag for default route

range:"1..4294967295" default:route"
metric-type: integer

OSPFv3 metric type for default routes

range:"1..2" default:routes"
route-policy-name: string

Route policy to default-information origination

Example
{
  "originate": {
    "always": "boolean",
    "metric": "integer",
    "tag": "integer",
    "metric-type": "integer",
    "route-policy-name": "string"
  }
}

originate_schema:

Distribute a default route

always: boolean

Always advertise default route

default:
metric: integer

OSPFv3 default metric

range:"0..16777214" default:metric"
tag: integer

Tag for default route

range:"1..4294967295" default:route"
metric-type: integer

OSPFv3 metric type for default routes

range:"1..2" default:routes"
route-policy-name: string

Route policy to default-information origination

Example
{
  "always": "boolean",
  "metric": "integer",
  "tag": "integer",
  "metric-type": "integer",
  "route-policy-name": "string"
}

auto-cost_schema:

Calculate interface cost according to bandwidth

reference-bandwidth: integer

Specify reference bandwidth for cost computations in terms of Mbits per second

range:"1..4294967" units:"Mbit/s"
disable: null

Specify 'true' to assign cost based on interface type

Example
{
  "reference-bandwidth": "integer",
  "disable": [ null ]
}

vrfs_schema:

VRF related configuration

vrf: object[]

Configuration for a particular OSPF VRF

snmpvrf-trap: null

Enable SNMP trap configuration in a VRF

domain-id: object

OSPFv3 Domain ID

primary-domain-id: object

OSPF Primary domain ID

domain-id-name: string

Primary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Primary domain ID type

secondary-domain-ids: object

Secondary domain ID Table

secondary-domain-id: object[]

OSPF Secondary domain ID

object
domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

prefix-suppression: boolean

Enable/disable prefix suppression on an interface

vrf-name: string

Name for this VRF

Example
{
  "vrf": [
    {
      "snmpvrf-trap": [ null ],
      "domain-id": {
        "primary-domain-id": {
          "domain-id-name": "string",
          "domain-id-type": "string"
        },
        "secondary-domain-ids": {
          "secondary-domain-id": [
            {
              "domain-id-name": "string",
              "domain-id-type": "string"
            }
          ]
        }
      },
      "prefix-suppression": "boolean",
      "vrf-name": "string",
      "transmit-delay": "integer"
    }
  ]
}

vrf_schema:

snmpvrf-trap: null

Enable SNMP trap configuration in a VRF

domain-id: object

OSPFv3 Domain ID

primary-domain-id: object

OSPF Primary domain ID

domain-id-name: string

Primary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Primary domain ID type

secondary-domain-ids: object

Secondary domain ID Table

secondary-domain-id: object[]

OSPF Secondary domain ID

object
domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

prefix-suppression: boolean

Enable/disable prefix suppression on an interface

default:
vrf-name: string

Name for this VRF

Example
{
  "snmpvrf-trap": [ null ],
  "domain-id": {
    "primary-domain-id": {
      "domain-id-name": "string",
      "domain-id-type": "string"
    },
    "secondary-domain-ids": {
      "secondary-domain-id": [
        {
          "domain-id-name": "string",
          "domain-id-type": "string"
        }
      ]
    }
  },
  "prefix-suppression": "boolean",
  "vrf-name": "string",
  "transmit-delay": "integer"
}

domain-id_schema:

OSPFv3 Domain ID

primary-domain-id: object

OSPF Primary domain ID

domain-id-name: string

Primary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Primary domain ID type

secondary-domain-ids: object

Secondary domain ID Table

secondary-domain-id: object[]

OSPF Secondary domain ID

object
domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

Example
{
  "primary-domain-id": {
    "domain-id-name": "string",
    "domain-id-type": "string"
  },
  "secondary-domain-ids": {
    "secondary-domain-id": [
      {
        "domain-id-name": "string",
        "domain-id-type": "string"
      }
    ]
  }
}

secondary-domain-ids_schema:

Secondary domain ID Table

secondary-domain-id: object[]

OSPF Secondary domain ID

object
domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

Example
{
  "secondary-domain-id": [
    {
      "domain-id-name": "string",
      "domain-id-type": "string"
    }
  ]
}

secondary-domain-id_schema:

domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

Example
{
  "domain-id-name": "string",
  "domain-id-type": "string"
}

primary-domain-id_schema:

OSPF Primary domain ID

domain-id-name: string

Primary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Primary domain ID type

Example
{
  "domain-id-name": "string",
  "domain-id-type": "string"
}

af_schema:

Address Family (AF)

af-name: string ipv6

Address Family (AF) identifier

saf-name: string unicast

Subsequent Address Family (SAF) identifier

Example
{
  "af-name": "string",
  "saf-name": "string"
}

trace-bufs_schema:

Configuration to change size of trace buffer

trace-buf: object[]

Changes the size of the specified trace buffer

object
trace-buf-name: string

Name for this trace buffer

bufsize: string size0, size256, size512, size1024, size2048, size4096, size8192, size16384, size32768, size65536

Buffer size

Example
{
  "trace-buf": [
    {
      "trace-buf-name": "string",
      "bufsize": "string"
    }
  ]
}

trace-buf_schema:

trace-buf-name: string

Name for this trace buffer

bufsize: string size0, size256, size512, size1024, size2048, size4096, size8192, size16384, size32768, size65536

Buffer size

Example
{
  "trace-buf-name": "string",
  "bufsize": "string"
}

a1_ospfv3_schema:

OSPFv3-MIB notification configuration

state-change: object

SNMP notifications for OSPF state change

nssa-translator: null

Enable ospfv3NssaTranslatorStatusChange notification

virtual-neighbor: null

Enable ospfv3VirtNbrStateChange notification

virtual-interface: null

Enable ospfv3VirtIfStateChange notification

neighbor: null

Enable ospfv3NbrStateChange notification

interface: null

Enable ospfv3IfStateChange notification

restart-virtual-helper: null

Enable ospfv3VirtNbrRestartHelperStatusChange notification

restart-helper: null

Enable ospfv3NbrRestartHelperStatusChange notification

restart: null

Enable ospfv3RestartStatusChange notification

error: object

SNMP notifications for OSPF errors

virtual-bad-packet: null

Enable ospfv3VirtIfRxBadPacket notification

config-error: null

Enable ospfv3IfConfigError notification

bad-packet: null

Enable ospfv3IfRxBadPacket notification

virtual-config-error: null

Enable ospfv3VirtIfConfigError notification

Example
{
  "state-change": {
    "nssa-translator": [ null ],
    "virtual-neighbor": [ null ],
    "virtual-interface": [ null ],
    "neighbor": [ null ],
    "interface": [ null ],
    "restart-virtual-helper": [ null ],
    "restart-helper": [ null ],
    "restart": [ null ]
  },
  "error": {
    "virtual-bad-packet": [ null ],
    "config-error": [ null ],
    "bad-packet": [ null ],
    "virtual-config-error": [ null ]
  }
}

a1_processes_schema:

OSPFv3 processes

process: object[]

An OSPFv3 process

object
default-vrf:

Default VRF related configuration

vrfs: object

VRF related configuration

vrf: object[]

Configuration for a particular OSPF VRF

snmpvrf-trap: null

Enable SNMP trap configuration in a VRF

domain-id: object

OSPFv3 Domain ID

primary-domain-id: object

OSPF Primary domain ID

domain-id-name: string

Primary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Primary domain ID type

secondary-domain-ids: object

Secondary domain ID Table

secondary-domain-id: object[]

OSPF Secondary domain ID

object
domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

prefix-suppression: boolean

Enable/disable prefix suppression on an interface

vrf-name: string

Name for this VRF

af: object

Address Family (AF)

af-name: string ipv6

Address Family (AF) identifier

saf-name: string unicast

Subsequent Address Family (SAF) identifier

trace-bufs: object

Configuration to change size of trace buffer

trace-buf: object[]

Changes the size of the specified trace buffer

object
trace-buf-name: string

Name for this trace buffer

bufsize: string size0, size256, size512, size1024, size2048, size4096, size8192, size16384, size32768, size65536

Buffer size

protocol-shutdown: null

Enable protocol shutdown

process-name: string

OSPFv3 process name

nsr: string true, false

Enable non-stop routing

Example
{
  "process": [
    {
      "default-vrf": {
        "ldp-sync": "boolean",
        "spf-prefix-priority-disable": [ null ],
        "prefix-suppression": "boolean",
        "transmit-delay": "integer"
      },
      "vrfs": {
        "vrf": [
          {
            "snmpvrf-trap": [ null ],
            "domain-id": {
              "primary-domain-id": {
                "domain-id-name": "string",
                "domain-id-type": "string"
              },
              "secondary-domain-ids": {
                "secondary-domain-id": [
                  {
                    "domain-id-name": "string",
                    "domain-id-type": "string"
                  }
                ]
              }
            },
            "prefix-suppression": "boolean",
            "vrf-name": "string",
            "transmit-delay": "integer"
          }
        ]
      },
      "af": {
        "af-name": "string",
        "saf-name": "string"
      },
      "trace-bufs": {
        "trace-buf": [
          {
            "trace-buf-name": "string",
            "bufsize": "string"
          }
        ]
      },
      "protocol-shutdown": [ null ],
      "process-name": "string",
      "nsr": "string"
    }
  ]
}

a1_process_schema:

default-vrf:

Default VRF related configuration

vrfs: object

VRF related configuration

vrf: object[]

Configuration for a particular OSPF VRF

snmpvrf-trap: null

Enable SNMP trap configuration in a VRF

domain-id: object

OSPFv3 Domain ID

primary-domain-id: object

OSPF Primary domain ID

domain-id-name: string

Primary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Primary domain ID type

secondary-domain-ids: object

Secondary domain ID Table

secondary-domain-id: object[]

OSPF Secondary domain ID

object
domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

prefix-suppression: boolean

Enable/disable prefix suppression on an interface

vrf-name: string

Name for this VRF

af: object

Address Family (AF)

af-name: string ipv6

Address Family (AF) identifier

saf-name: string unicast

Subsequent Address Family (SAF) identifier

trace-bufs: object

Configuration to change size of trace buffer

trace-buf: object[]

Changes the size of the specified trace buffer

object
trace-buf-name: string

Name for this trace buffer

bufsize: string size0, size256, size512, size1024, size2048, size4096, size8192, size16384, size32768, size65536

Buffer size

protocol-shutdown: null

Enable protocol shutdown

process-name: string

OSPFv3 process name

nsr: string true, false

Enable non-stop routing

Example
{
  "default-vrf": {
    "ldp-sync": "boolean",
    "spf-prefix-priority-disable": [ null ],
    "prefix-suppression": "boolean",
    "transmit-delay": "integer"
  },
  "vrfs": {
    "vrf": [
      {
        "snmpvrf-trap": [ null ],
        "domain-id": {
          "primary-domain-id": {
            "domain-id-name": "string",
            "domain-id-type": "string"
          },
          "secondary-domain-ids": {
            "secondary-domain-id": [
              {
                "domain-id-name": "string",
                "domain-id-type": "string"
              }
            ]
          }
        },
        "prefix-suppression": "boolean",
        "vrf-name": "string",
        "transmit-delay": "integer"
      }
    ]
  },
  "af": {
    "af-name": "string",
    "saf-name": "string"
  },
  "trace-bufs": {
    "trace-buf": [
      {
        "trace-buf-name": "string",
        "bufsize": "string"
      }
    ]
  },
  "protocol-shutdown": [ null ],
  "process-name": "string",
  "nsr": "string"
}

a1_default-vrf_schema:

Default VRF related configuration

ldp-sync: boolean

Enable/Disable MPLS LDP sync

spf-prefix-priority-disable: null

SPF prefix prioritization disabled

prefix-suppression: boolean

Enable/disable prefix suppression on an interface

Example
{
  "ldp-sync": "boolean",
  "spf-prefix-priority-disable": [ null ],
  "prefix-suppression": "boolean",
  "transmit-delay": "integer"
}

a1_area-addresses_schema:

Area configuration

area-address: AREA-CONTENT

Configuration for a particular area

AREA-CONTENT
area-area-id: AREA-CONTENT

Configuration for a particular area

AREA-CONTENT
Example
{
  "area-address": [ null ],
  "area-area-id": [ null ]
}

a1_authentication_schema:

Authenticate OSPFv3 packets

spi: integer

Use IPSec AH authentication. Specify the Security Parameter Index (SPI) value

range:"256..4294967295"
password: string

Specify MD5 or SHA1 password

enable: boolean

Authenticate packets

algorithm: string md5, sha1

Use the MD5 or SHA1 algorithm

Example
{
  "spi": "integer",
  "password": "string",
  "enable": "boolean",
  "algorithm": "string"
}

a1_bfd_schema:

Configure BFD parameters

fast-detect-mode: string disable, default, strict

Enable or disable BFD fast detection

interval: integer

Hello interval in milli-seconds

units:"millisecond"
detection-multiplier: integer

Detect multiplier

range:"2..50"
Example
{
  "fast-detect-mode": "string",
  "interval": "integer",
  "detection-multiplier": "integer"
}

a1_ranges_schema:

Range configuration

range: object[]

Summarize inter-area routes matching prefix/length

object
prefix: string

IPv6 prefix format

cost: integer

Specified metric for this range

range:"1..65535"
prefix-length: string

IPV6 prefix length

not-advertise: boolean

Do not advertise address range

Example
{
  "range": [
    {
      "prefix": "string",
      "cost": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}

a1_range_schema:

prefix: string

IPv6 prefix format

cost: integer

Specified metric for this range

range:"1..65535"
prefix-length: string

IPV6 prefix length

not-advertise: boolean

Do not advertise address range

Example
{
  "prefix": "string",
  "cost": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}

a1_encryption_schema:

Encrypt and authenticate OSPFv3 packets

authentication-algorithm: string null, md5, sha1

Use the NULL, MD5 or SHA1 algorithm

enable: boolean

Authenticate packets

authentication-password: string

Specify MD5 or SHA1 password

spi: integer

Use IPSec ESP authentication. Specify the Security Parameter Index (SPI) value

range:"256..4294967295"
encryption-algorithm: string null, des, 3des, aes, aes192, aes256

Specify the encryption algorithm

encryption-password: string

Encryption password

Example
{
  "authentication-algorithm": "string",
  "enable": "boolean",
  "authentication-password": "string",
  "spi": "integer",
  "encryption-algorithm": "string",
  "encryption-password": "string"
}

a1_nssa_schema:

Specify area as a NSSA area. Allowed only in non-backbone areas

metric: integer

Only valid with DefaultInfoOriginate

range:"0..16777214" default:metric"
default-info-originate: boolean

Originate Type 7 default into NSSA area

no-summary: null

Do not send summary LSA into NSSA

metric-type: string type1, type2

Only valid with DefaultInfoOriginate

no-redistribution: boolean

No redistribution into this NSSA area

Example
{
  "metric": "integer",
  "default-info-originate": "boolean",
  "no-summary": [ null ],
  "metric-type": "string",
  "no-redistribution": "boolean"
}

a1_database-filter_schema:

Database filter

all: object

All

out: null

Enable out

Example
{
  "all": {
    "out": [ null ]
  }
}

a1_all_schema:

All

out: null

Enable out

Example
{
  "out": [ null ]
}

a1_distribute-list_schema:

Filter prefixes to/from RIB

in: object

Filter prefixes installed to RIB

prefix-list: string

Filter prefixes based on an IPv6 prefix-list

Example
{
  "in": {
    "prefix-list": "string"
  }
}

a1_in_schema:

Filter prefixes installed to RIB

prefix-list: string

Filter prefixes based on an IPv6 prefix-list

Example
{
  "prefix-list": "string"
}

a1_interfaces_schema:

OSPFv3 interfaces

interface: IPV6-OSPFV3-INTFOBJ-CFG-FAST-REROUTE

OSPFv3 interface

IPV6-OSPFV3-INTFOBJ-CFG-FAST-REROUTE
Example
{
  "interface": [
    {
      "fast-reroute": {
        "per-link": {
          "exclude-interfaces": {
            "exclude-interface": [
              {
                "interface-name": "string"
              }
            ]
          }
        },
        "per-prefix": {
          "exclude-interfaces": {
            "exclude-interface": [
              {
                "interface-name": "string"
              }
            ]
          }
        },
        "fast-reroute-enable": "string"
      }
    }
  ]
}

a1_neighbors_schema:

Specify a neighbor router

neighbor: object[]

IPv6 address

object
priority: integer

OSPFv3 priority of non-broadcast neighbor

range:"0..255"
neighbor-address: string

IPV6 address

cost: integer

OSPFv3 cost for point-to-multipoint neighbor

range:"1..65535"
zone: string

Zone

database-filter: boolean

Filter OSPFv3 LSA during synchronization and flooding for point-to-multipoint neighbor

poll-interval: integer

OSPFv3 dead-router polling interval (in seconds)

range:"1..20000" units:"second"
Example
{
  "neighbor": [
    {
      "priority": "integer",
      "neighbor-address": "string",
      "cost": "integer",
      "zone": "string",
      "database-filter": "boolean",
      "poll-interval": "integer"
    }
  ]
}

a1_neighbor_schema:

priority: integer

OSPFv3 priority of non-broadcast neighbor

range:"0..255"
neighbor-address: string

IPV6 address

cost: integer

OSPFv3 cost for point-to-multipoint neighbor

range:"1..65535"
zone: string

Zone

database-filter: boolean

Filter OSPFv3 LSA during synchronization and flooding for point-to-multipoint neighbor

poll-interval: integer

OSPFv3 dead-router polling interval (in seconds)

range:"1..20000" units:"second"
Example
{
  "priority": "integer",
  "neighbor-address": "string",
  "cost": "integer",
  "zone": "string",
  "database-filter": "boolean",
  "poll-interval": "integer"
}

a1_fast-reroute_schema:

Fast-reroute configuration

per-link: EXCLUDE-INTERFACE-TABLE

Fast-reroute per-link configuration

per-prefix: EXCLUDE-INTERFACE-TABLE

Fast-reroute per-link configuration

fast-reroute-enable: string none, per-link, per-prefix

Enable/Disable Fast-reroute per-link or per-prefix

Example
{
  "per-link": {
    "exclude-interfaces": {
      "exclude-interface": [
        {
          "interface-name": "string"
        }
      ]
    }
  },
  "per-prefix": {
    "exclude-interfaces": {
      "exclude-interface": [
        {
          "interface-name": "string"
        }
      ]
    }
  },
  "fast-reroute-enable": "string"
}

a1_candidate-interfaces_schema:

Fast-reroute per-link/per-prefix candidate interface configuration

candidate-interface: object[]

Candidate backup interface

object
interface-name: string

Interface

Example
{
  "candidate-interface": [
    {
      "interface-name": "string"
    }
  ]
}

a1_candidate-interface_schema:

interface-name: string

Interface

Example
{
  "interface-name": "string"
}

a1_exclude-interfaces_schema:

Fast-reroute per-link/per-prefix exclude interface configuration

exclude-interface: object[]

Exclude an interface from becoming a backup

object
interface-name: string

Interface

Example
{
  "exclude-interface": [
    {
      "interface-name": "string"
    }
  ]
}

a1_exclude-interface_schema:

interface-name: string

Interface

Example
{
  "interface-name": "string"
}

a1_timers_schema:

Adjust routing timers

lsa-timers: object

LSA timers

arrival: integer

The minimum interval in milliseconds between accepting the same LSA

range:"0..60000" units:"millisecond"
throttle: object

Throttle timers

spf: object

SPF throttle timers

maximum-delay: integer

Maximum wait time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum hold time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
first-delay: integer

Initial delay between receiving a change and starting SPF in ms

range:"1..600000" units:"millisecond"
lsa: object

LSA throttle timers for all types of OSPF LSAs

maximum-delay: integer

Maximum delay between originating the same LSA in milliseconds

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum delay between originating the same LSA in milliseconds

range:"1..600000" units:"millisecond"
first-delay: integer

Delay to generate first occurrence of LSA in milliseconds

range:"1..600000" units:"millisecond"
pacing: object

Pacing timers

flood: integer

The minimum interval in milliseconds to pace limit flooding on interface

range:"5..100" units:"millisecond"
retransmission: integer

The minimum interval in msec between neighbor retransmissions

range:"5..100"
lsa-group: integer

Interval in seconds at which LSAs are grouped and refreshed, checksummed, or aged

range:"10..1800" units:"second"
Example
{
  "lsa-timers": {
    "arrival": "integer"
  },
  "throttle": {
    "spf": {
      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    },
    "lsa": {
      "maximum-delay": "integer",
      "minimum-delay": "integer",
      "first-delay": "integer"
    }
  },
  "pacing": {
    "flood": "integer",
    "retransmission": "integer",
    "lsa-group": "integer"
  }
}

a1_pacing_schema:

Pacing timers

flood: integer

The minimum interval in milliseconds to pace limit flooding on interface

range:"5..100" units:"millisecond"
retransmission: integer

The minimum interval in msec between neighbor retransmissions

range:"5..100"
lsa-group: integer

Interval in seconds at which LSAs are grouped and refreshed, checksummed, or aged

range:"10..1800" units:"second"
Example
{
  "flood": "integer",
  "retransmission": "integer",
  "lsa-group": "integer"
}

a1_lsa-timers_schema:

LSA timers

arrival: integer

The minimum interval in milliseconds between accepting the same LSA

range:"0..60000" units:"millisecond"
Example
{
  "arrival": "integer"
}

a1_throttle_schema:

Throttle timers

spf: object

SPF throttle timers

maximum-delay: integer

Maximum wait time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum hold time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
first-delay: integer

Initial delay between receiving a change and starting SPF in ms

range:"1..600000" units:"millisecond"
lsa: object

LSA throttle timers for all types of OSPF LSAs

maximum-delay: integer

Maximum delay between originating the same LSA in milliseconds

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum delay between originating the same LSA in milliseconds

range:"1..600000" units:"millisecond"
first-delay: integer

Delay to generate first occurrence of LSA in milliseconds

range:"1..600000" units:"millisecond"
Example
{
  "spf": {
    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  },
  "lsa": {
    "maximum-delay": "integer",
    "minimum-delay": "integer",
    "first-delay": "integer"
  }
}

a1_lsa_schema:

Do not complain upon receiving LSA of the specified type

mospf: null

Enable ignore of MOSPF type 6 LSA

Example
{
  "mospf": [ null ]
}

a1_spf_schema:

SPF throttle timers

maximum-delay: integer

Maximum wait time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
minimum-delay: integer

Minimum hold time between consecutive SPF calculations in ms

range:"1..600000" units:"millisecond"
first-delay: integer

Initial delay between receiving a change and starting SPF in ms

range:"1..600000" units:"millisecond"
Example
{
  "maximum-delay": "integer",
  "minimum-delay": "integer",
  "first-delay": "integer"
}

a1_summary-prefixes_schema:

Summarize redistributed routes matching prefix/length

summary-prefix: object[]

IPv6 address

object
prefix: string

IPv6 prefix string format

tag: integer

Tag

range:"1..4294967295" default:route"
prefix-length: string

IPV6 prefix length

not-advertise: boolean

Suppress routes matching prefix/length

Example
{
  "summary-prefix": [
    {
      "prefix": "string",
      "tag": "integer",
      "prefix-length": "string",
      "not-advertise": "boolean"
    }
  ]
}

a1_summary-prefix_schema:

prefix: string

IPv6 prefix string format

tag: integer

Tag

range:"1..4294967295" default:route"
prefix-length: string

IPV6 prefix length

not-advertise: boolean

Suppress routes matching prefix/length

Example
{
  "prefix": "string",
  "tag": "integer",
  "prefix-length": "string",
  "not-advertise": "boolean"
}

a1_snmp_schema:

SNMP notification configuration

authentication: null

Enable authentication notification

enable: null

Enable SNMP notifications

warm-start: null

Enable warm start notification

cold-start: null

Enable cold start notification

Example
{
  "authentication": [ null ],
  "enable": [ null ],
  "warm-start": [ null ],
  "cold-start": [ null ]
}

a1_trap-rate-limit_schema:

SNMP trap rate configuration

max-window-traps: integer

Max number of traps sent in window time

range:"0..300"
window-size: integer

Trap rate limit sliding window size

range:"2..60"
Example
{
  "max-window-traps": "integer",
  "window-size": "integer"
}

a1_tiebreakers_schema:

Fast-reroute tiebreakers configurations

tiebreaker: object[]

Fast-reroute tiebreakers configuration

object
tiebreaker-type: string downstream, line-card-disjoint, lowest-metric, node-protect, primary-path, secondary-path, srlg-disjoint

Tiebreaker type

tiebreaker-index: integer

Index value for a tiebreaker

range:"1..255"
Example
{
  "tiebreaker": [
    {
      "tiebreaker-type": "string",
      "tiebreaker-index": "integer"
    }
  ]
}

a1_tiebreaker_schema:

tiebreaker-type: string downstream, line-card-disjoint, lowest-metric, node-protect, primary-path, secondary-path, srlg-disjoint

Tiebreaker type

tiebreaker-index: integer

Index value for a tiebreaker

range:"1..255"
Example
{
  "tiebreaker-type": "string",
  "tiebreaker-index": "integer"
}

a1_distance_schema:

Define an administrative distance

administrative: integer

Define an administrative distance

range:"1..255"
ospfv3: object

OSPFv3 administrative distance

intra-area: integer

Distance for intra-area routes

range:"1..255"
external: integer

Distance for external type 5 and type 7 routes

range:"1..255"
inter-area: integer

Distance for inter-area routes

range:"1..255"
Example
{
  "administrative": "integer",
  "ospfv3": {
    "intra-area": "integer",
    "external": "integer",
    "inter-area": "integer"
  }
}

a1_maximum_schema:

Set OSPFv3 limits

redistributed-prefixes: object

Limit number of redistributed prefixes

prefixes: integer

Maximum number of prefixes redistributed to protocol

range:"1..4294967295"
threshold: integer

Threshold value (%) at which to generate a warning message

range:"0..100000" units:"second" default:"50000"
warning-only: null

Only give warning message when limit is exceeded

interfaces: integer

Specify maximum number of interfaces

range:"1..4294967295"
paths: integer

Specify maximum number of paths per route

range:"1..64"
Example
{
  "redistributed-prefixes": {
    "prefixes": "integer",
    "threshold": "integer",
    "warning-only": [ null ]
  },
  "interfaces": "integer",
  "paths": "integer"
}

a1_redistributed-prefixes_schema:

Limit number of redistributed prefixes

prefixes: integer

Maximum number of prefixes redistributed to protocol

range:"1..4294967295"
threshold: integer

Threshold value (%) at which to generate a warning message

range:"0..100000" units:"second" default:"50000"
warning-only: null

Only give warning message when limit is exceeded

Example
{
  "prefixes": "integer",
  "threshold": "integer",
  "warning-only": [ null ]
}

a1_redistributes_schema:

Redistribute information from another routing protocol

redistribute: object[]

Redistribute information from another routing protocol

object
bgp: REDISTRIBUTE-CONTENT

bgp

REDISTRIBUTE-CONTENT
ospfv3-or-isis-or-application: REDISTRIBUTE-CONTENT

ospfv3 or isis or application

REDISTRIBUTE-CONTENT
eigrp: REDISTRIBUTE-CONTENT

eigrp

REDISTRIBUTE-CONTENT
protocol-name: string connected, static, bgp, isis, ospfv3, eigrp, subscriber, application, mobile

Protocol

connected-or-static-or-subscriber-or-mobile: REDISTRIBUTE-CONTENT

connected or static or subscriber or mobile

Example
{
  "redistribute": [
    {
      "bgp": [ null ],
      "ospfv3-or-isis-or-application": [ null ],
      "eigrp": [ null ],
      "protocol-name": "string"
    }
  ]
}

a1_redistribute_schema:

bgp: REDISTRIBUTE-CONTENT

bgp

REDISTRIBUTE-CONTENT
ospfv3-or-isis-or-application: REDISTRIBUTE-CONTENT

ospfv3 or isis or application

REDISTRIBUTE-CONTENT
eigrp: REDISTRIBUTE-CONTENT

eigrp

REDISTRIBUTE-CONTENT
protocol-name: string connected, static, bgp, isis, ospfv3, eigrp, subscriber, application, mobile

Protocol

connected-or-static-or-subscriber-or-mobile: REDISTRIBUTE-CONTENT

connected or static or subscriber or mobile

Example
{
  "bgp": [ null ],
  "ospfv3-or-isis-or-application": [ null ],
  "eigrp": [ null ],
  "protocol-name": "string"
}

a1_ignore_schema:

Do not complain about a specified event

lsa: object

Do not complain upon receiving LSA of the specified type

mospf: null

Enable ignore of MOSPF type 6 LSA

Example
{
  "lsa": {
    "mospf": [ null ]
  }
}

a1_distribute-list-out_schema:

Filter prefixes from RIB

distribute-outs: object

Filter generated type-5 LSAs

distribute-out: object[]

Filter generated type-5 LSAs

object
bgp: DISTRIBUTE-OUT-CONTENT

bgp

DISTRIBUTE-OUT-CONTENT
eigrp: DISTRIBUTE-OUT-CONTENT

eigrp

DISTRIBUTE-OUT-CONTENT
ospfv3-or-isis: DISTRIBUTE-OUT-CONTENT

ospfv3 or isis

DISTRIBUTE-OUT-CONTENT
protocol-name: string all, connected, static, bgp, isis, ospfv3, eigrp

none

all-or-connected-or-static-prefix-list: string

Prefix-list name

Example
{
  "distribute-outs": {
    "distribute-out": [
      {
        "bgp": [ null ],
        "eigrp": [ null ],
        "ospfv3-or-isis": [ null ],
        "protocol-name": "string",
        "all-or-connected-or-static-prefix-list": "string"
      }
    ]
  }
}

a1_distribute-outs_schema:

Filter generated type-5 LSAs

distribute-out: object[]

Filter generated type-5 LSAs

object
bgp: DISTRIBUTE-OUT-CONTENT

bgp

DISTRIBUTE-OUT-CONTENT
eigrp: DISTRIBUTE-OUT-CONTENT

eigrp

DISTRIBUTE-OUT-CONTENT
ospfv3-or-isis: DISTRIBUTE-OUT-CONTENT

ospfv3 or isis

DISTRIBUTE-OUT-CONTENT
protocol-name: string all, connected, static, bgp, isis, ospfv3, eigrp

none

all-or-connected-or-static-prefix-list: string

Prefix-list name

Example
{
  "distribute-out": [
    {
      "bgp": [ null ],
      "eigrp": [ null ],
      "ospfv3-or-isis": [ null ],
      "protocol-name": "string",
      "all-or-connected-or-static-prefix-list": "string"
    }
  ]
}

a1_distribute-out_schema:

bgp: DISTRIBUTE-OUT-CONTENT

bgp

DISTRIBUTE-OUT-CONTENT
eigrp: DISTRIBUTE-OUT-CONTENT

eigrp

DISTRIBUTE-OUT-CONTENT
ospfv3-or-isis: DISTRIBUTE-OUT-CONTENT

ospfv3 or isis

DISTRIBUTE-OUT-CONTENT
protocol-name: string all, connected, static, bgp, isis, ospfv3, eigrp

none

all-or-connected-or-static-prefix-list: string

Prefix-list name

Example
{
  "bgp": [ null ],
  "eigrp": [ null ],
  "ospfv3-or-isis": [ null ],
  "protocol-name": "string",
  "all-or-connected-or-static-prefix-list": "string"
}

a1_stub-router_schema:

Stub router configuration

v6bit: ON-PROC-RESTART

Stub router V6-bit configuration

max-metric: ON-PROC-RESTART

Stub router max-metric configuration

rbit: ON-PROC-RESTART

Stub router R-bit configuration

Example
{
  "v6bit": {
    "on-proc-restart": "integer"
  },
  "max-metric": {
    "on-proc-restart": "integer"
  },
  "rbit": {
    "on-proc-restart": "integer"
  }
}

a1_on-startup_schema:

Enter stub router operational state on startup

wait-for-bgp: boolean

Wait until BGP converges (only applicable to default VRF)

wait-time: integer

Time (in seconds) to stay in stub router operational state

range:"5..86400" units:"second"
Example
{
  "wait-for-bgp": "boolean",
  "wait-time": "integer"
}

a1_capability_schema:

OSPFv3 Capability

vrf-lite: boolean

Enable VRF Lite

type7-translate-zero-forwarding-addr: boolean

Enable capability to translate LSAs with fwd addr

type7-prefer: boolean

NSSA capability to prefer Type 7 over Type 5

Example
{
  "vrf-lite": "boolean",
  "type7-translate-zero-forwarding-addr": "boolean",
  "type7-prefer": "boolean"
}

a1_graceful-restart_schema:

Graceful restart configuration

enable: null

Enable graceful restart

strict-lsa-checking: null

Terminate graceful restart helper mode if LSA changed

interval: integer

Minimum interval between graceful restarts (seconds)

units:"millisecond"
helper: null

Disable router's helper support

lifetime: integer

Maximum route lifetime following restart (seconds)

range:"90..1800" units:"second"
Example
{
  "enable": [ null ],
  "strict-lsa-checking": [ null ],
  "interval": "integer",
  "helper": [ null ],
  "lifetime": "integer"
}

a1_default-information_schema:

Control distribution of default information

originate: object

Distribute a default route

always: boolean

Always advertise default route

metric: integer

OSPFv3 default metric

range:"0..16777214" default:metric"
tag: integer

Tag for default route

range:"1..4294967295" default:route"
metric-type: integer

OSPFv3 metric type for default routes

range:"1..2" default:routes"
route-policy-name: string

Route policy to default-information origination

Example
{
  "originate": {
    "always": "boolean",
    "metric": "integer",
    "tag": "integer",
    "metric-type": "integer",
    "route-policy-name": "string"
  }
}

a1_originate_schema:

Distribute a default route

always: boolean

Always advertise default route

metric: integer

OSPFv3 default metric

range:"0..16777214" default:metric"
tag: integer

Tag for default route

range:"1..4294967295" default:route"
metric-type: integer

OSPFv3 metric type for default routes

range:"1..2" default:routes"
route-policy-name: string

Route policy to default-information origination

Example
{
  "always": "boolean",
  "metric": "integer",
  "tag": "integer",
  "metric-type": "integer",
  "route-policy-name": "string"
}

a1_auto-cost_schema:

Calculate interface cost according to bandwidth

reference-bandwidth: integer

Specify reference bandwidth for cost computations in terms of Mbits per second

range:"1..4294967" units:"Mbit/s"
disable: null

Specify 'true' to assign cost based on interface type

Example
{
  "reference-bandwidth": "integer",
  "disable": [ null ]
}

a1_vrfs_schema:

SNMP VRF configuration commands

vrf: object[]

VRF name

name: string

VRF name

Example
{
  "vrf": [
    {
      "name": "string",
      "context-mappings": {
        "context-mapping": [
          {
            "context-mapping-name": "string",
            "vrf-name": "string",
            "topology-name": "string",
            "context": "string",
            "instance-name": "string"
          }
        ]
      }
    }
  ]
}

a1_vrf_schema:

name: string

VRF name

Example
{
  "name": "string",
  "context-mappings": {
    "context-mapping": [
      {
        "context-mapping-name": "string",
        "vrf-name": "string",
        "topology-name": "string",
        "context": "string",
        "instance-name": "string"
      }
    ]
  }
}

a1_domain-id_schema:

OSPFv3 Domain ID

primary-domain-id: object

OSPF Primary domain ID

domain-id-name: string

Primary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Primary domain ID type

secondary-domain-ids: object

Secondary domain ID Table

secondary-domain-id: object[]

OSPF Secondary domain ID

object
domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

Example
{
  "primary-domain-id": {
    "domain-id-name": "string",
    "domain-id-type": "string"
  },
  "secondary-domain-ids": {
    "secondary-domain-id": [
      {
        "domain-id-name": "string",
        "domain-id-type": "string"
      }
    ]
  }
}

a1_secondary-domain-ids_schema:

Secondary domain ID Table

secondary-domain-id: object[]

OSPF Secondary domain ID

object
domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

Example
{
  "secondary-domain-id": [
    {
      "domain-id-name": "string",
      "domain-id-type": "string"
    }
  ]
}

a1_secondary-domain-id_schema:

domain-id-name: string

Secondary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Secondary domain ID type

Example
{
  "domain-id-name": "string",
  "domain-id-type": "string"
}

a1_primary-domain-id_schema:

OSPF Primary domain ID

domain-id-name: string

Primary domain ID value

domain-id-type: string type0005, type0105, type0205, type8005

Primary domain ID type

Example
{
  "domain-id-name": "string",
  "domain-id-type": "string"
}

a1_af_schema:

Address Family (AF)

af-name: string ipv6

Address Family (AF) identifier

saf-name: string unicast

Subsequent Address Family (SAF) identifier

Example
{
  "af-name": "string",
  "saf-name": "string"
}

a1_trace-bufs_schema:

Configuration to change size of trace buffer

trace-buf: object[]

Changes the size of the specified trace buffer

object
trace-buf-name: string

Name for this trace buffer

bufsize: string size0, size256, size512, size1024, size2048, size4096, size8192, size16384, size32768, size65536

Buffer size

Example
{
  "trace-buf": [
    {
      "trace-buf-name": "string",
      "bufsize": "string"
    }
  ]
}

a1_trace-buf_schema:

trace-buf-name: string

Name for this trace buffer

bufsize: string size0, size256, size512, size1024, size2048, size4096, size8192, size16384, size32768, size65536

Buffer size

Example
{
  "trace-buf-name": "string",
  "bufsize": "string"
}

TRAP-HOST-TABLE:

Common node of snmp, vrf

trap-hosts: object

Specify hosts to receive SNMP notifications

trap-host: object[]

Specify hosts to receive SNMP notifications

object
encrypted-user-communities: object

Container class for defining Clear/encrypt communities for a trap host

encrypted-user-community: object[]

Clear/Encrypt Community name associated with a trap host

object
port: string

UDP port number

version: string

SNMP Version to be used v1/v2c/v3

community-name: string

SNMPv1/v2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

inform-host: object

Container class for defining notification type for a Inform host

inform-encrypted-user-communities: object

Container class for defining Clear/encrypt communities for a inform host

inform-encrypted-user-community: object[]

Clear/Encrypt Community name associated with a inform host

object
port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

inform-user-communities: object

Container class for defining communities for a inform host

inform-user-community: object[]

Unencrpted Community name associated with a inform host

object
port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

ip-address: string

IP address of SNMP notification host

default-user-communities: object

Container class for defining communities for a trap host

default-user-community: object[]

Unencrpted Community name associated with a trap host

object
port: string

UDP port number

version: string

SNMP Version to be used v1/v2c/v3

community-name: string

SNMPv1/v2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "trap-hosts": {
    "trap-host": [
      {
        "encrypted-user-communities": {
          "encrypted-user-community": [
            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        },
        "inform-host": {
          "inform-encrypted-user-communities": {
            "inform-encrypted-user-community": [
              {
                "port": "string",
                "version": "string",
                "community-name": "string",
                "basic-trap-types": "integer",
                "advanced-trap-types2": "integer",
                "security-level": "string",
                "advanced-trap-types1": "integer"
              }
            ]
          },
          "inform-user-communities": {
            "inform-user-community": [
              {
                "port": "string",
                "version": "string",
                "community-name": "string",
                "basic-trap-types": "integer",
                "advanced-trap-types2": "integer",
                "security-level": "string",
                "advanced-trap-types1": "integer"
              }
            ]
          }
        },
        "ip-address": "string",
        "default-user-communities": {
          "default-user-community": [
            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        }
      }
    ]
  }
}

APPLIED-TO:

Common node of rule, rule-set

applied-to: object

Applied to the Rule or Ruleset

all: null

Apply to all of the device

hosts: object

Table of configured hosts to apply rules to

host: object[]

A destination host

object
port: string

Port (specify 162 for default)

ip-address: string

IP address

Example
{
  "applied-to": {
    "all": [ null ],
    "hosts": {
      "host": [
        {
          "port": "string",
          "ip-address": "string"
        }
      ]
    }
  }
}

CONTEXT-MAPPING-TABLE:

Common node of snmp, vrf

context-mappings: object

List of context names

context-mapping: object[]

Context mapping name

object
context-mapping-name: string

Context mapping name

vrf-name: string

VRF name associated with the context

topology-name: string

Topology name associated with the context

context: string vrf, bridge, ospf, ospfv3

SNMP context feature type

instance-name: string

OSPF protocol instance

Example
{
  "context-mappings": {
    "context-mapping": [
      {
        "context-mapping-name": "string",
        "vrf-name": "string",
        "topology-name": "string",
        "context": "string",
        "instance-name": "string"
      }
    ]
  }
}

VAR-BIND-TABLE:

Common node of root-cause, non-root-cause

var-binds: object

Varbinds to match

var-bind: object[]

Varbind match conditions

object
oid: string

OID of varbind (dotted decimal)

match: object

VarBind match conditions

index: string

Regular Expression to match index

value: string

Regular Expression to match value

Example
{
  "var-binds": {
    "var-bind": [
      {
        "oid": "string",
        "match": {
          "index": "string",
          "value": "string"
        }
      }
    ]
  }
}

CONTEXT-TABLE:

Common node of snmp, vrf

contexts: object

List of Context Names

context: object[]

Context Name

object
context-name: string

Context Name

Example
{
  "contexts": {
    "context": [
      {
        "context-name": "string"
      }
    ]
  }
}

a1_encrypted-community-maps_schema:

Container class to hold clear/encrypted communitie maps

encrypted-community-map: object[]

Clear/encrypted SNMP community map

object
security: string

SNMP Security Name

community-name: string

SNMP community map

context: string

SNMP Context Name

target-list: string

target list name

Example
{
  "encrypted-community-map": [
    {
      "security": "string",
      "community-name": "string",
      "context": "string",
      "target-list": "string"
    }
  ]
}

a1_encrypted-community-map_schema:

security: string

SNMP Security Name

community-name: string

SNMP community map

context: string

SNMP Context Name

target-list: string

target list name

Example
{
  "security": "string",
  "community-name": "string",
  "context": "string",
  "target-list": "string"
}

a1_views_schema:

Class to configure a SNMPv2 MIB view

view: object[]

Name of the view

object
view-name: string

Name of the view

view-inclusion: string included, excluded

MIB view to be included or excluded

family: string

MIB view family name

Example
{
  "view": [
    {
      "view-name": "string",
      "view-inclusion": "string",
      "family": "string"
    }
  ]
}

a1_view_schema:

view-name: string

Name of the view

view-inclusion: string included, excluded

MIB view to be included or excluded

family: string

MIB view family name

Example
{
  "view-name": "string",
  "view-inclusion": "string",
  "family": "string"
}

a1_logging_schema:

SNMP logging

threshold: object

SNMP logging threshold

oid-processing: integer

SNMP logging threshold for OID processing

range:"0..20000" default:"500"
pdu-processing: integer

SNMP logging threshold for PDU processing

range:"0..20000" default:"20000"
Example
{
  "threshold": {
    "oid-processing": "integer",
    "pdu-processing": "integer"
  }
}

a1_threshold_schema:

SNMP logging threshold

oid-processing: integer

SNMP logging threshold for OID processing

range:"0..20000" default:"500"
pdu-processing: integer

SNMP logging threshold for PDU processing

range:"0..20000" default:"20000"
Example
{
  "oid-processing": "integer",
  "pdu-processing": "integer"
}

a1_administration_schema:

Container class for SNMP administration

default-communities: object

Container class to hold unencrpted communities

default-community: object[]

Unencrpted SNMP community string and access priviledges

object
priviledge: string read-only, read-write

Read/Write Access

view-name: string

MIB view to which the community has access

v6acl-type: string ipv4, ipv6

Access-list type

v6-access-list: string

Ipv6 Access-list name

community-name: string

SNMP community string

owner: string sdr-owner, system-owner

Logical Router or System owner access

v4acl-type: string ipv4, ipv6

Access-list type

v4-access-list: string

Ipv4 Access-list name

encrypted-communities: object

Container class to hold clear/encrypted communities

encrypted-community: object[]

Clear/encrypted SNMP community string and access priviledges

object
priviledge: string read-only, read-write

Read/Write Access

view-name: string

MIB view to which the community has access

v6acl-type: string ipv4, ipv6

Access-list type

v6-access-list: string

Ipv6 Access-list name

community-name: string

SNMP community string

owner: string sdr-owner, system-owner

Logical Router or System owner access

v4acl-type: string ipv4, ipv6

Access-list type

v4-access-list: string

Ipv4 Access-list name

Example
{
  "default-communities": {
    "default-community": [
      {
        "priviledge": "string",
        "view-name": "string",
        "v6acl-type": "string",
        "v6-access-list": "string",
        "community-name": "string",
        "owner": "string",
        "v4acl-type": "string",
        "v4-access-list": "string"
      }
    ]
  },
  "encrypted-communities": {
    "encrypted-community": [
      {
        "priviledge": "string",
        "view-name": "string",
        "v6acl-type": "string",
        "v6-access-list": "string",
        "community-name": "string",
        "owner": "string",
        "v4acl-type": "string",
        "v4-access-list": "string"
      }
    ]
  }
}

a1_default-communities_schema:

Container class to hold unencrpted communities

default-community: object[]

Unencrpted SNMP community string and access priviledges

object
priviledge: string read-only, read-write

Read/Write Access

view-name: string

MIB view to which the community has access

v6acl-type: string ipv4, ipv6

Access-list type

v6-access-list: string

Ipv6 Access-list name

community-name: string

SNMP community string

owner: string sdr-owner, system-owner

Logical Router or System owner access

v4acl-type: string ipv4, ipv6

Access-list type

v4-access-list: string

Ipv4 Access-list name

Example
{
  "default-community": [
    {
      "priviledge": "string",
      "view-name": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "community-name": "string",
      "owner": "string",
      "v4acl-type": "string",
      "v4-access-list": "string"
    }
  ]
}

a1_default-community_schema:

priviledge: string read-only, read-write

Read/Write Access

view-name: string

MIB view to which the community has access

v6acl-type: string ipv4, ipv6

Access-list type

v6-access-list: string

Ipv6 Access-list name

community-name: string

SNMP community string

owner: string sdr-owner, system-owner

Logical Router or System owner access

v4acl-type: string ipv4, ipv6

Access-list type

v4-access-list: string

Ipv4 Access-list name

Example
{
  "priviledge": "string",
  "view-name": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "community-name": "string",
  "owner": "string",
  "v4acl-type": "string",
  "v4-access-list": "string"
}

a1_encrypted-communities_schema:

Container class to hold clear/encrypted communities

encrypted-community: object[]

Clear/encrypted SNMP community string and access priviledges

object
priviledge: string read-only, read-write

Read/Write Access

view-name: string

MIB view to which the community has access

v6acl-type: string ipv4, ipv6

Access-list type

v6-access-list: string

Ipv6 Access-list name

community-name: string

SNMP community string

owner: string sdr-owner, system-owner

Logical Router or System owner access

v4acl-type: string ipv4, ipv6

Access-list type

v4-access-list: string

Ipv4 Access-list name

Example
{
  "encrypted-community": [
    {
      "priviledge": "string",
      "view-name": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "community-name": "string",
      "owner": "string",
      "v4acl-type": "string",
      "v4-access-list": "string"
    }
  ]
}

a1_encrypted-community_schema:

priviledge: string read-only, read-write

Read/Write Access

view-name: string

MIB view to which the community has access

v6acl-type: string ipv4, ipv6

Access-list type

v6-access-list: string

Ipv6 Access-list name

community-name: string

SNMP community string

owner: string sdr-owner, system-owner

Logical Router or System owner access

v4acl-type: string ipv4, ipv6

Access-list type

v4-access-list: string

Ipv4 Access-list name

Example
{
  "priviledge": "string",
  "view-name": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "community-name": "string",
  "owner": "string",
  "v4acl-type": "string",
  "v4-access-list": "string"
}

a1_agent_schema:

The heirarchy point for SNMP Agent configurations

engine-id: object

SNMPv3 engineID

remotes: object

SNMPv3 remote SNMP Entity

remote: object[]

engineID of the remote agent

object
remote-engine-id: string

engine ID octet string

remote-address: string

IP address of remote SNMP entity

port: string

UDP port number

local: string

engineID of the local agent

Example
{
  "engine-id": {
    "remotes": {
      "remote": [
        {
          "remote-engine-id": "string",
          "remote-address": "string",
          "port": "string"
        }
      ]
    },
    "local": "string"
  }
}

a1_engine-id_schema:

SNMPv3 engineID

remotes: object

SNMPv3 remote SNMP Entity

remote: object[]

engineID of the remote agent

object
remote-engine-id: string

engine ID octet string

remote-address: string

IP address of remote SNMP entity

port: string

UDP port number

local: string

engineID of the local agent

Example
{
  "remotes": {
    "remote": [
      {
        "remote-engine-id": "string",
        "remote-address": "string",
        "port": "string"
      }
    ]
  },
  "local": "string"
}

a1_remotes_schema:

SNMPv3 remote SNMP Entity

remote: object[]

engineID of the remote agent

object
remote-engine-id: string

engine ID octet string

remote-address: string

IP address of remote SNMP entity

port: string

UDP port number

Example
{
  "remote": [
    {
      "remote-engine-id": "string",
      "remote-address": "string",
      "port": "string"
    }
  ]
}

a1_remote_schema:

remote-engine-id: string

engine ID octet string

remote-address: string

IP address of remote SNMP entity

port: string

UDP port number

Example
{
  "remote-engine-id": "string",
  "remote-address": "string",
  "port": "string"
}

a1_trap_schema:

Class to hold trap configurations

queue-length: integer

Message queue length for each TRAP host

range:"1..5000"
throttle-time: integer

Set throttle time for handling traps

range:"50..1000" units:"millisecond"
timeout: integer

Timeout for TRAP message retransmissions

range:"1..600000" units:"millisecond"
Example
{
  "queue-length": "integer",
  "throttle-time": "integer",
  "timeout": "integer"
}

a1_drop-packet_schema:

SNMP packet drop config

unknown-user: null

Enable drop unknown user name

Example
{
  "unknown-user": [ null ]
}

a1_ipv6_schema:

SNMP TOS bit for outgoing packets

tos: object

Type of TOS

type: string precedence, dscp

SNMP TOS type DSCP or Precedence

dscp: string

SNMP DSCP value

precedence: string

SNMP Precedence value

Example
{
  "tos": {
    "type": "string",
    "dscp": "string",
    "precedence": "string"
  }
}

a1_tos_schema:

Type of TOS

type: string precedence, dscp

SNMP TOS type DSCP or Precedence

dscp: string

SNMP DSCP value

precedence: string

SNMP Precedence value

Example
{
  "type": "string",
  "dscp": "string",
  "precedence": "string"
}

a1_ipv4_schema:

SNMP TOS bit for outgoing packets

tos: object

Type of TOS

type: string precedence, dscp

SNMP TOS type DSCP or Precedence

dscp: string

SNMP DSCP value

precedence: string

SNMP Precedence value

Example
{
  "tos": {
    "type": "string",
    "dscp": "string",
    "precedence": "string"
  }
}

a1_system_schema:

container to hold system information

chassis-id: string

String to uniquely identify this chassis

contact: string

identification of the contact person for this managed node

location: string

The physical location of this node

Example
{
  "chassis-id": "string",
  "contact": "string",
  "location": "string"
}

a1_target_schema:

target-addresses: object

SNMP Target address configurations

target-address: object[]

IP Address to be configured for the Target

object
ip-address: string

IPv4/Ipv6 address

target-list-name: string

Name of the target list

vrf-names: object

List of VRF Name for a target list

vrf-name: object[]

VRF name of the target

object
name: string

VRF Name

Example
{
  "target-addresses": {
    "target-address": [
      {
        "ip-address": "string"
      }
    ]
  },
  "target-list-name": "string",
  "vrf-names": {
    "vrf-name": [
      {
        "name": "string"
      }
    ]
  }
}

a1_targets_schema:

List of targets

target: object[]

Name of the target list

object
target-addresses: object

SNMP Target address configurations

target-address: object[]

IP Address to be configured for the Target

object
ip-address: string

IPv4/Ipv6 address

target-list-name: string

Name of the target list

vrf-names: object

List of VRF Name for a target list

vrf-name: object[]

VRF name of the target

object
name: string

VRF Name

Example
{
  "target": [
    {
      "target-addresses": {
        "target-address": [
          {
            "ip-address": "string"
          }
        ]
      },
      "target-list-name": "string",
      "vrf-names": {
        "vrf-name": [
          {
            "name": "string"
          }
        ]
      }
    }
  ]
}

a1_vrf-names_schema:

List of VRF Name for a target list

vrf-name: object[]

VRF name of the target

object
name: string

VRF Name

Example
{
  "vrf-name": [
    {
      "name": "string"
    }
  ]
}

a1_vrf-name_schema:

name: string

VRF Name

Example
{
  "name": "string"
}

a1_target-addresses_schema:

SNMP Target address configurations

target-address: object[]

IP Address to be configured for the Target

object
ip-address: string

IPv4/Ipv6 address

Example
{
  "target-address": [
    {
      "ip-address": "string"
    }
  ]
}

a1_target-address_schema:

ip-address: string

IPv4/Ipv6 address

Example
{
  "ip-address": "string"
}

a1_notification_schema:

Enable SNMP notifications

snmp: object

SNMP notification configuration

authentication: null

Enable authentication notification

enable: null

Enable SNMP notifications

warm-start: null

Enable warm start notification

cold-start: null

Enable cold start notification

ospfv3: object

OSPFv3-MIB notification configuration

state-change: object

SNMP notifications for OSPF state change

nssa-translator: null

Enable ospfv3NssaTranslatorStatusChange notification

virtual-neighbor: null

Enable ospfv3VirtNbrStateChange notification

virtual-interface: null

Enable ospfv3VirtIfStateChange notification

neighbor: null

Enable ospfv3NbrStateChange notification

interface: null

Enable ospfv3IfStateChange notification

restart-virtual-helper: null

Enable ospfv3VirtNbrRestartHelperStatusChange notification

restart-helper: null

Enable ospfv3NbrRestartHelperStatusChange notification

restart: null

Enable ospfv3RestartStatusChange notification

error: object

SNMP notifications for OSPF errors

virtual-bad-packet: null

Enable ospfv3VirtIfRxBadPacket notification

config-error: null

Enable ospfv3IfConfigError notification

bad-packet: null

Enable ospfv3IfRxBadPacket notification

virtual-config-error: null

Enable ospfv3VirtIfConfigError notification

Example
{
  "snmp": {
    "authentication": [ null ],
    "enable": [ null ],
    "warm-start": [ null ],
    "cold-start": [ null ]
  },
  "ospfv3": {
    "state-change": {
      "nssa-translator": [ null ],
      "virtual-neighbor": [ null ],
      "virtual-interface": [ null ],
      "neighbor": [ null ],
      "interface": [ null ],
      "restart-virtual-helper": [ null ],
      "restart-helper": [ null ],
      "restart": [ null ]
    },
    "error": {
      "virtual-bad-packet": [ null ],
      "config-error": [ null ],
      "bad-packet": [ null ],
      "virtual-config-error": [ null ]
    }
  }
}

a1_error_schema:

SNMP notifications for OSPF errors

virtual-bad-packet: null

Enable ospfv3VirtIfRxBadPacket notification

config-error: null

Enable ospfv3IfConfigError notification

bad-packet: null

Enable ospfv3IfRxBadPacket notification

virtual-config-error: null

Enable ospfv3VirtIfConfigError notification

Example
{
  "virtual-bad-packet": [ null ],
  "config-error": [ null ],
  "bad-packet": [ null ],
  "virtual-config-error": [ null ]
}

a1_state-change_schema:

SNMP notifications for OSPF state change

nssa-translator: null

Enable ospfv3NssaTranslatorStatusChange notification

virtual-neighbor: null

Enable ospfv3VirtNbrStateChange notification

virtual-interface: null

Enable ospfv3VirtIfStateChange notification

neighbor: null

Enable ospfv3NbrStateChange notification

interface: null

Enable ospfv3IfStateChange notification

restart-virtual-helper: null

Enable ospfv3VirtNbrRestartHelperStatusChange notification

restart-helper: null

Enable ospfv3NbrRestartHelperStatusChange notification

restart: null

Enable ospfv3RestartStatusChange notification

Example
{
  "nssa-translator": [ null ],
  "virtual-neighbor": [ null ],
  "virtual-interface": [ null ],
  "neighbor": [ null ],
  "interface": [ null ],
  "restart-virtual-helper": [ null ],
  "restart-helper": [ null ],
  "restart": [ null ]
}

a1_correlator_schema:

Configure properties of the trap correlator

rules: object

Table of configured rules

rule: object[]

Rule name

non-root-causes: object

Table of configured non-rootcause

non-root-cause: object[]

A non-rootcause

oid: string

OID of nonrootcause trap (dotted decimal)

created: null

Create nonrootcause

timeout: integer

Timeout (time to wait for active correlation) in milliseconds

range:"1..600000" units:"millisecond"
root-causes: object

Table of configured rootcause (only one entry allowed)

root-cause: object[]

The rootcause - maximum of one can be configured per rule

oid: string

OID of rootcause trap (dotted decimal)

created: null

Create rootcause

name: string

Rule name

rule-sets: object

Table of configured rulesets

rule-set: object[]

Ruleset name

name: string

Ruleset name

rulenames: object

Table of configured rulenames

rulename: object[]

A rulename

object
rulename: string

Rule name

buffer-size: integer

Configure size of the correlator buffer

range:"1024..2147483647" units:"byte"
Example
{
  "rules": {
    "rule": [
      {
        "non-root-causes": {
          "non-root-cause": [
            {
              "oid": "string",
              "created": [ null ],
              "var-binds": {
                "var-bind": [
                  {
                    "oid": "string",
                    "match": {
                      "index": "string",
                      "value": "string"
                    }
                  }
                ]
              }
            }
          ]
        },
        "timeout": "integer",
        "root-causes": {
          "root-cause": [
            {
              "oid": "string",
              "created": [ null ],
              "var-binds": {
                "var-bind": [
                  {
                    "oid": "string",
                    "match": {
                      "index": "string",
                      "value": "string"
                    }
                  }
                ]
              }
            }
          ]
        },
        "name": "string",
        "applied-to": {
          "all": [ null ],
          "hosts": {
            "host": [
              {
                "port": "string",
                "ip-address": "string"
              }
            ]
          }
        }
      }
    ]
  },
  "rule-sets": {
    "rule-set": [
      {
        "name": "string",
        "rulenames": {
          "rulename": [
            {
              "rulename": "string"
            }
          ]
        },
        "applied-to": {
          "all": [ null ],
          "hosts": {
            "host": [
              {
                "port": "string",
                "ip-address": "string"
              }
            ]
          }
        }
      }
    ]
  },
  "buffer-size": "integer"
}

a1_rules_schema:

Table of configured rules

rule: object[]

Rule name

non-root-causes: object

Table of configured non-rootcause

non-root-cause: object[]

A non-rootcause

oid: string

OID of nonrootcause trap (dotted decimal)

created: null

Create nonrootcause

timeout: integer

Timeout (time to wait for active correlation) in milliseconds

range:"1..600000" units:"millisecond"
root-causes: object

Table of configured rootcause (only one entry allowed)

root-cause: object[]

The rootcause - maximum of one can be configured per rule

oid: string

OID of rootcause trap (dotted decimal)

created: null

Create rootcause

name: string

Rule name

Example
{
  "rule": [
    {
      "non-root-causes": {
        "non-root-cause": [
          {
            "oid": "string",
            "created": [ null ],
            "var-binds": {
              "var-bind": [
                {
                  "oid": "string",
                  "match": {
                    "index": "string",
                    "value": "string"
                  }
                }
              ]
            }
          }
        ]
      },
      "timeout": "integer",
      "root-causes": {
        "root-cause": [
          {
            "oid": "string",
            "created": [ null ],
            "var-binds": {
              "var-bind": [
                {
                  "oid": "string",
                  "match": {
                    "index": "string",
                    "value": "string"
                  }
                }
              ]
            }
          }
        ]
      },
      "name": "string",
      "applied-to": {
        "all": [ null ],
        "hosts": {
          "host": [
            {
              "port": "string",
              "ip-address": "string"
            }
          ]
        }
      }
    }
  ]
}

a1_rule_schema:

non-root-causes: object

Table of configured non-rootcause

non-root-cause: object[]

A non-rootcause

oid: string

OID of nonrootcause trap (dotted decimal)

created: null

Create nonrootcause

timeout: integer

Timeout (time to wait for active correlation) in milliseconds

range:"1..600000" units:"millisecond"
root-causes: object

Table of configured rootcause (only one entry allowed)

root-cause: object[]

The rootcause - maximum of one can be configured per rule

oid: string

OID of rootcause trap (dotted decimal)

created: null

Create rootcause

name: string

Rule name

Example
{
  "non-root-causes": {
    "non-root-cause": [
      {
        "oid": "string",
        "created": [ null ],
        "var-binds": {
          "var-bind": [
            {
              "oid": "string",
              "match": {
                "index": "string",
                "value": "string"
              }
            }
          ]
        }
      }
    ]
  },
  "timeout": "integer",
  "root-causes": {
    "root-cause": [
      {
        "oid": "string",
        "created": [ null ],
        "var-binds": {
          "var-bind": [
            {
              "oid": "string",
              "match": {
                "index": "string",
                "value": "string"
              }
            }
          ]
        }
      }
    ]
  },
  "name": "string",
  "applied-to": {
    "all": [ null ],
    "hosts": {
      "host": [
        {
          "port": "string",
          "ip-address": "string"
        }
      ]
    }
  }
}

a1_root-causes_schema:

Table of configured rootcause (only one entry allowed)

root-cause: object[]

The rootcause - maximum of one can be configured per rule

oid: string

OID of rootcause trap (dotted decimal)

created: null

Create rootcause

Example
{
  "root-cause": [
    {
      "oid": "string",
      "created": [ null ],
      "var-binds": {
        "var-bind": [
          {
            "oid": "string",
            "match": {
              "index": "string",
              "value": "string"
            }
          }
        ]
      }
    }
  ]
}

a1_root-cause_schema:

oid: string

OID of rootcause trap (dotted decimal)

created: null

Create rootcause

Example
{
  "oid": "string",
  "created": [ null ],
  "var-binds": {
    "var-bind": [
      {
        "oid": "string",
        "match": {
          "index": "string",
          "value": "string"
        }
      }
    ]
  }
}

a1_var-binds_schema:

Varbinds to match

var-bind: object[]

Varbind match conditions

object
oid: string

OID of varbind (dotted decimal)

match: object

VarBind match conditions

index: string

Regular Expression to match index

value: string

Regular Expression to match value

Example
{
  "var-bind": [
    {
      "oid": "string",
      "match": {
        "index": "string",
        "value": "string"
      }
    }
  ]
}

a1_var-bind_schema:

oid: string

OID of varbind (dotted decimal)

match: object

VarBind match conditions

index: string

Regular Expression to match index

value: string

Regular Expression to match value

Example
{
  "oid": "string",
  "match": {
    "index": "string",
    "value": "string"
  }
}

a1_match_schema:

VarBind match conditions

index: string

Regular Expression to match index

value: string

Regular Expression to match value

Example
{
  "index": "string",
  "value": "string"
}

a1_non-root-causes_schema:

Table of configured non-rootcause

non-root-cause: object[]

A non-rootcause

oid: string

OID of nonrootcause trap (dotted decimal)

created: null

Create nonrootcause

Example
{
  "non-root-cause": [
    {
      "oid": "string",
      "created": [ null ],
      "var-binds": {
        "var-bind": [
          {
            "oid": "string",
            "match": {
              "index": "string",
              "value": "string"
            }
          }
        ]
      }
    }
  ]
}

a1_non-root-cause_schema:

oid: string

OID of nonrootcause trap (dotted decimal)

created: null

Create nonrootcause

Example
{
  "oid": "string",
  "created": [ null ],
  "var-binds": {
    "var-bind": [
      {
        "oid": "string",
        "match": {
          "index": "string",
          "value": "string"
        }
      }
    ]
  }
}

a1_applied-to_schema:

Applied to the Rule or Ruleset

all: null

Apply to all of the device

hosts: object

Table of configured hosts to apply rules to

host: object[]

A destination host

object
port: string

Port (specify 162 for default)

ip-address: string

IP address

Example
{
  "all": [ null ],
  "hosts": {
    "host": [
      {
        "port": "string",
        "ip-address": "string"
      }
    ]
  }
}

a1_hosts_schema:

Table of configured hosts to apply rules to

host: object[]

A destination host

object
port: string

Port (specify 162 for default)

ip-address: string

IP address

Example
{
  "host": [
    {
      "port": "string",
      "ip-address": "string"
    }
  ]
}

a1_host_schema:

port: string

Port (specify 162 for default)

ip-address: string

IP address

Example
{
  "port": "string",
  "ip-address": "string"
}

a1_rule-sets_schema:

Table of configured rulesets

rule-set: object[]

Ruleset name

name: string

Ruleset name

rulenames: object

Table of configured rulenames

rulename: object[]

A rulename

object
rulename: string

Rule name

Example
{
  "rule-set": [
    {
      "name": "string",
      "rulenames": {
        "rulename": [
          {
            "rulename": "string"
          }
        ]
      },
      "applied-to": {
        "all": [ null ],
        "hosts": {
          "host": [
            {
              "port": "string",
              "ip-address": "string"
            }
          ]
        }
      }
    }
  ]
}

a1_rule-set_schema:

name: string

Ruleset name

rulenames: object

Table of configured rulenames

rulename: object[]

A rulename

object
rulename: string

Rule name

Example
{
  "name": "string",
  "rulenames": {
    "rulename": [
      {
        "rulename": "string"
      }
    ]
  },
  "applied-to": {
    "all": [ null ],
    "hosts": {
      "host": [
        {
          "port": "string",
          "ip-address": "string"
        }
      ]
    }
  }
}

a1_rulenames_schema:

Table of configured rulenames

rulename: object[]

A rulename

object
rulename: string

Rule name

Example
{
  "rulename": [
    {
      "rulename": "string"
    }
  ]
}

a1_rulename_schema:

rulename: string

Rule name

Example
{
  "rulename": "string"
}

a1_bulk-stats_schema:

SNMP bulk stats configuration commands

memory: integer

per process memory limit in kilo bytes

range:"100..200000" units:"kilobyte"
transfers: object

Periodicity for the transfer of bulk data in minutes

transfer: object[]

Name of bulk transfer

object
retry: integer

Number of transmission retries

range:"0..100"
transfer-schemas: object

Schema that contains objects to be collected

transfer-schema: object[]

Schema that contains objects to be collected

object
schema-name: string

Schema that contains objects to be collected

format: string schema-ascii, bulk-ascii, bulk-binary

Format of the bulk data file

interval: integer

Periodicity for the transfer of bulk data in minutes

units:"millisecond"
primary: string

FTP or rcp or TFTP can be used for file transfer

buffer-size: integer

Bulkstat data file maximum size in bytes

range:"1024..2147483647" units:"byte"
enable: null

Start Data Collection for this Configuration

transfer-name: string

Name of bulk transfer

retain: integer

Retention period in minutes

range:"0..20000" units:"minute"
type: null

Configure transfer list name

secondary: string

FTP or rcp or TFTP can be used for file transfer

objects: object

Configure an Object List

object: object[]

Name of the object List

object
object-list-name: string

Name of the object List

objects: object

Configure an object List

object: object[]

Object name or OID

object
oid: string

Object name or OID

type: null

Configure object list name

schemas: object

Configure schema definition

schema: object[]

The name of the Schema

object
schema-name: string

The name of the schema

instance: object

Object instance information

end: string

End Instance OID for repetition

sub-interface: boolean

Include all the subinterface

start: string

Start Instance OID for repetition

max: integer

Max value of Instance repetition

instance: string

Instance of the schema

type: string exact-interface, exact-oid, wild-interface, wild-oid, range-oid, repeat-oid

Type of the instance

type: null

Configure schema name

schema-object-list: string

Name of an object List

poll-interval: integer

Periodicity for polling of objects in this schema in minutes

range:"1..20000" units:"second"
Example
{
  "memory": "integer",
  "transfers": {
    "transfer": [
      {
        "retry": "integer",
        "transfer-schemas": {
          "transfer-schema": [
            {
              "schema-name": "string"
            }
          ]
        },
        "format": "string",
        "interval": "integer",
        "primary": "string",
        "buffer-size": "integer",
        "enable": [ null ],
        "transfer-name": "string",
        "retain": "integer",
        "type": [ null ],
        "secondary": "string"
      }
    ]
  },
  "objects": {
    "object": [
      {
        "object-list-name": "string",
        "objects": {
          "object": [
            {
              "oid": "string"
            }
          ]
        },
        "type": [ null ]
      }
    ]
  },
  "schemas": {
    "schema": [
      {
        "schema-name": "string",
        "instance": {
          "end": "string",
          "sub-interface": "boolean",
          "start": "string",
          "max": "integer",
          "instance": "string",
          "type": "string"
        },
        "type": [ null ],
        "schema-object-list": "string",
        "poll-interval": "integer"
      }
    ]
  }
}

a1_schemas_schema:

Configure schema definition

schema: object[]

The name of the Schema

object
schema-name: string

The name of the schema

instance: object

Object instance information

end: string

End Instance OID for repetition

sub-interface: boolean

Include all the subinterface

start: string

Start Instance OID for repetition

max: integer

Max value of Instance repetition

instance: string

Instance of the schema

type: string exact-interface, exact-oid, wild-interface, wild-oid, range-oid, repeat-oid

Type of the instance

type: null

Configure schema name

schema-object-list: string

Name of an object List

poll-interval: integer

Periodicity for polling of objects in this schema in minutes

range:"1..20000" units:"second"
Example
{
  "schema": [
    {
      "schema-name": "string",
      "instance": {
        "end": "string",
        "sub-interface": "boolean",
        "start": "string",
        "max": "integer",
        "instance": "string",
        "type": "string"
      },
      "type": [ null ],
      "schema-object-list": "string",
      "poll-interval": "integer"
    }
  ]
}

a1_schema_schema:

schema-name: string

The name of the schema

instance: object

Object instance information

end: string

End Instance OID for repetition

sub-interface: boolean

Include all the subinterface

start: string

Start Instance OID for repetition

max: integer

Max value of Instance repetition

instance: string

Instance of the schema

type: string exact-interface, exact-oid, wild-interface, wild-oid, range-oid, repeat-oid

Type of the instance

type: null

Configure schema name

schema-object-list: string

Name of an object List

poll-interval: integer

Periodicity for polling of objects in this schema in minutes

range:"1..20000" units:"second"
Example
{
  "schema-name": "string",
  "instance": {
    "end": "string",
    "sub-interface": "boolean",
    "start": "string",
    "max": "integer",
    "instance": "string",
    "type": "string"
  },
  "type": [ null ],
  "schema-object-list": "string",
  "poll-interval": "integer"
}

a1_instance_schema:

Object instance information

end: string

End Instance OID for repetition

sub-interface: boolean

Include all the subinterface

start: string

Start Instance OID for repetition

max: integer

Max value of Instance repetition

instance: string

Instance of the schema

type: string exact-interface, exact-oid, wild-interface, wild-oid, range-oid, repeat-oid

Type of the instance

Example
{
  "end": "string",
  "sub-interface": "boolean",
  "start": "string",
  "max": "integer",
  "instance": "string",
  "type": "string"
}

a1_objects_schema:

Configure an object List

object: object[]

Object name or OID

object
oid: string

Object name or OID

Example
{
  "object": [
    {
      "oid": "string"
    }
  ]
}

a1_object_schema:

oid: string

Object name or OID

Example
{
  "oid": "string"
}

a1_transfers_schema:

Periodicity for the transfer of bulk data in minutes

transfer: object[]

Name of bulk transfer

object
retry: integer

Number of transmission retries

range:"0..100"
transfer-schemas: object

Schema that contains objects to be collected

transfer-schema: object[]

Schema that contains objects to be collected

object
schema-name: string

Schema that contains objects to be collected

format: string schema-ascii, bulk-ascii, bulk-binary

Format of the bulk data file

interval: integer

Periodicity for the transfer of bulk data in minutes

units:"millisecond"
primary: string

FTP or rcp or TFTP can be used for file transfer

buffer-size: integer

Bulkstat data file maximum size in bytes

range:"1024..2147483647" units:"byte"
enable: null

Start Data Collection for this Configuration

transfer-name: string

Name of bulk transfer

retain: integer

Retention period in minutes

range:"0..20000" units:"minute"
type: null

Configure transfer list name

secondary: string

FTP or rcp or TFTP can be used for file transfer

Example
{
  "transfer": [
    {
      "retry": "integer",
      "transfer-schemas": {
        "transfer-schema": [
          {
            "schema-name": "string"
          }
        ]
      },
      "format": "string",
      "interval": "integer",
      "primary": "string",
      "buffer-size": "integer",
      "enable": [ null ],
      "transfer-name": "string",
      "retain": "integer",
      "type": [ null ],
      "secondary": "string"
    }
  ]
}

a1_transfer_schema:

retry: integer

Number of transmission retries

range:"0..100"
transfer-schemas: object

Schema that contains objects to be collected

transfer-schema: object[]

Schema that contains objects to be collected

object
schema-name: string

Schema that contains objects to be collected

format: string schema-ascii, bulk-ascii, bulk-binary

Format of the bulk data file

interval: integer

Periodicity for the transfer of bulk data in minutes

units:"millisecond"
primary: string

FTP or rcp or TFTP can be used for file transfer

buffer-size: integer

Bulkstat data file maximum size in bytes

range:"1024..2147483647" units:"byte"
enable: null

Start Data Collection for this Configuration

transfer-name: string

Name of bulk transfer

retain: integer

Retention period in minutes

range:"0..20000" units:"minute"
type: null

Configure transfer list name

secondary: string

FTP or rcp or TFTP can be used for file transfer

Example
{
  "retry": "integer",
  "transfer-schemas": {
    "transfer-schema": [
      {
        "schema-name": "string"
      }
    ]
  },
  "format": "string",
  "interval": "integer",
  "primary": "string",
  "buffer-size": "integer",
  "enable": [ null ],
  "transfer-name": "string",
  "retain": "integer",
  "type": [ null ],
  "secondary": "string"
}

a1_transfer-schemas_schema:

Schema that contains objects to be collected

transfer-schema: object[]

Schema that contains objects to be collected

object
schema-name: string

Schema that contains objects to be collected

Example
{
  "transfer-schema": [
    {
      "schema-name": "string"
    }
  ]
}

a1_transfer-schema_schema:

schema-name: string

Schema that contains objects to be collected

Example
{
  "schema-name": "string"
}

a1_default-community-maps_schema:

Container class to hold unencrpted community map

default-community-map: object[]

Unencrpted SNMP community map name

object
security: string

SNMP Security Name

community-name: string

SNMP community map

context: string

SNMP Context Name

target-list: string

target list name

Example
{
  "default-community-map": [
    {
      "security": "string",
      "community-name": "string",
      "context": "string",
      "target-list": "string"
    }
  ]
}

a1_default-community-map_schema:

security: string

SNMP Security Name

community-name: string

SNMP community map

context: string

SNMP Context Name

target-list: string

target list name

Example
{
  "security": "string",
  "community-name": "string",
  "context": "string",
  "target-list": "string"
}

a1_overload-control_schema:

Set overload control params for handling incoming messages

drop-time: integer

Drop time in seconds for incoming queue (default 1 sec)

range:"0..300" units:"second"
throttle-rate: integer

Throttle time in milliseconds for incoming queue (default 500 msec)

range:"0..1000" units:"millisecond"
Example
{
  "drop-time": "integer",
  "throttle-rate": "integer"
}

a1_timeouts_schema:

SNMP timeouts

duplicates: integer

Duplicate request feature timeout

range:"0..20" units:"second" default:"1"
threshold: integer

Threshold request feature timeout

range:"0..100000" units:"second" default:"50000"
pdu-stats: integer

SNMP pdu statistics timeout

range:"1..10" units:"second" default:"2"
in-qdrop: integer

incoming queue drop feature timeout

range:"0..20" units:"second" default:"10"
subagent: integer

Sub-Agent Request timeout

range:"1..20" units:"second" default:"10"
Example
{
  "duplicates": "integer",
  "threshold": "integer",
  "pdu-stats": "integer",
  "in-qdrop": "integer",
  "subagent": "integer"
}

a1_users_schema:

Define a user who can access the SNMP engine

user: object[]

Name of the user

object
v6acl-type: string ipv4, ipv6

Access-list type

group-name: string

Group to which the user belongs

v6-access-list: string

Ipv6 Access-list name

priv-algorithm: string none, des, 3des, aes128, aes192, aes256

The algorithm used des56 or aes128 or aes192or aes256 or 3des

owner: string sdr-owner, system-owner

The system access either SDROwner or SystemOwner

v4acl-type: string ipv4, ipv6

Access-list type

privacy-password: string

The privacy password

remote-address: string

IP address of remote SNMP entity

port: string

UDP port number

user-name: string

Name of the user

algorithm: string none, md5, sha

The algorithm used md5 or sha

privacy-password-configured: null

Flag to indicate that the privacy password is configured for version 3

authentication-password: string

The authentication password

version: string v1, v2c, v3

SNMP version to be used. v1,v2c or v3

v4-access-list: string

Ipv4 Access-list name

authentication-password-configured: null

Flag to indicate that authentication password is configred for version 3

Example
{
  "user": [
    {
      "v6acl-type": "string",
      "group-name": "string",
      "v6-access-list": "string",
      "priv-algorithm": "string",
      "owner": "string",
      "v4acl-type": "string",
      "privacy-password": "string",
      "remote-address": "string",
      "port": "string",
      "user-name": "string",
      "algorithm": "string",
      "privacy-password-configured": [ null ],
      "authentication-password": "string",
      "version": "string",
      "v4-access-list": "string",
      "authentication-password-configured": [ null ]
    }
  ]
}

a1_user_schema:

v6acl-type: string ipv4, ipv6

Access-list type

group-name: string

Group to which the user belongs

v6-access-list: string

Ipv6 Access-list name

priv-algorithm: string none, des, 3des, aes128, aes192, aes256

The algorithm used des56 or aes128 or aes192or aes256 or 3des

owner: string sdr-owner, system-owner

The system access either SDROwner or SystemOwner

v4acl-type: string ipv4, ipv6

Access-list type

privacy-password: string

The privacy password

remote-address: string

IP address of remote SNMP entity

port: string

UDP port number

user-name: string

Name of the user

algorithm: string none, md5, sha

The algorithm used md5 or sha

privacy-password-configured: null

Flag to indicate that the privacy password is configured for version 3

authentication-password: string

The authentication password

version: string v1, v2c, v3

SNMP version to be used. v1,v2c or v3

v4-access-list: string

Ipv4 Access-list name

authentication-password-configured: null

Flag to indicate that authentication password is configred for version 3

Example
{
  "v6acl-type": "string",
  "group-name": "string",
  "v6-access-list": "string",
  "priv-algorithm": "string",
  "owner": "string",
  "v4acl-type": "string",
  "privacy-password": "string",
  "remote-address": "string",
  "port": "string",
  "user-name": "string",
  "algorithm": "string",
  "privacy-password-configured": [ null ],
  "authentication-password": "string",
  "version": "string",
  "v4-access-list": "string",
  "authentication-password-configured": [ null ]
}

a1_trap-hosts_schema:

Specify hosts to receive SNMP notifications

trap-host: object[]

Specify hosts to receive SNMP notifications

object
encrypted-user-communities: object

Container class for defining Clear/encrypt communities for a trap host

encrypted-user-community: object[]

Clear/Encrypt Community name associated with a trap host

object
port: string

UDP port number

version: string

SNMP Version to be used v1/v2c/v3

community-name: string

SNMPv1/v2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

inform-host: object

Container class for defining notification type for a Inform host

inform-encrypted-user-communities: object

Container class for defining Clear/encrypt communities for a inform host

inform-encrypted-user-community: object[]

Clear/Encrypt Community name associated with a inform host

object
port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

inform-user-communities: object

Container class for defining communities for a inform host

inform-user-community: object[]

Unencrpted Community name associated with a inform host

object
port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

ip-address: string

IP address of SNMP notification host

default-user-communities: object

Container class for defining communities for a trap host

default-user-community: object[]

Unencrpted Community name associated with a trap host

object
port: string

UDP port number

version: string

SNMP Version to be used v1/v2c/v3

community-name: string

SNMPv1/v2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "trap-host": [
    {
      "encrypted-user-communities": {
        "encrypted-user-community": [
          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      },
      "inform-host": {
        "inform-encrypted-user-communities": {
          "inform-encrypted-user-community": [
            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        },
        "inform-user-communities": {
          "inform-user-community": [
            {
              "port": "string",
              "version": "string",
              "community-name": "string",
              "basic-trap-types": "integer",
              "advanced-trap-types2": "integer",
              "security-level": "string",
              "advanced-trap-types1": "integer"
            }
          ]
        }
      },
      "ip-address": "string",
      "default-user-communities": {
        "default-user-community": [
          {
            "port": "string",
            "version": "string",
            "community-name": "string",
            "basic-trap-types": "integer",
            "advanced-trap-types2": "integer",
            "security-level": "string",
            "advanced-trap-types1": "integer"
          }
        ]
      }
    }
  ]
}

a1_trap-host_schema:

encrypted-user-communities: object

Container class for defining Clear/encrypt communities for a trap host

encrypted-user-community: object[]

Clear/Encrypt Community name associated with a trap host

object
port: string

UDP port number

version: string

SNMP Version to be used v1/v2c/v3

community-name: string

SNMPv1/v2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

inform-host: object

Container class for defining notification type for a Inform host

inform-encrypted-user-communities: object

Container class for defining Clear/encrypt communities for a inform host

inform-encrypted-user-community: object[]

Clear/Encrypt Community name associated with a inform host

object
port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

inform-user-communities: object

Container class for defining communities for a inform host

inform-user-community: object[]

Unencrpted Community name associated with a inform host

object
port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

ip-address: string

IP address of SNMP notification host

default-user-communities: object

Container class for defining communities for a trap host

default-user-community: object[]

Unencrpted Community name associated with a trap host

object
port: string

UDP port number

version: string

SNMP Version to be used v1/v2c/v3

community-name: string

SNMPv1/v2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "encrypted-user-communities": {
    "encrypted-user-community": [
      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },
  "inform-host": {
    "inform-encrypted-user-communities": {
      "inform-encrypted-user-community": [
        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    },
    "inform-user-communities": {
      "inform-user-community": [
        {
          "port": "string",
          "version": "string",
          "community-name": "string",
          "basic-trap-types": "integer",
          "advanced-trap-types2": "integer",
          "security-level": "string",
          "advanced-trap-types1": "integer"
        }
      ]
    }
  },
  "ip-address": "string",
  "default-user-communities": {
    "default-user-community": [
      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}

a1_encrypted-user-communities_schema:

Container class for defining Clear/encrypt communities for a trap host

encrypted-user-community: object[]

Clear/Encrypt Community name associated with a trap host

object
port: string

UDP port number

version: string

SNMP Version to be used v1/v2c/v3

community-name: string

SNMPv1/v2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "encrypted-user-community": [
    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

a1_encrypted-user-community_schema:

port: string

UDP port number

version: string

SNMP Version to be used v1/v2c/v3

community-name: string

SNMPv1/v2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

a1_inform-host_schema:

Container class for defining notification type for a Inform host

inform-encrypted-user-communities: object

Container class for defining Clear/encrypt communities for a inform host

inform-encrypted-user-community: object[]

Clear/Encrypt Community name associated with a inform host

object
port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

inform-user-communities: object

Container class for defining communities for a inform host

inform-user-community: object[]

Unencrpted Community name associated with a inform host

object
port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "inform-encrypted-user-communities": {
    "inform-encrypted-user-community": [
      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  },
  "inform-user-communities": {
    "inform-user-community": [
      {
        "port": "string",
        "version": "string",
        "community-name": "string",
        "basic-trap-types": "integer",
        "advanced-trap-types2": "integer",
        "security-level": "string",
        "advanced-trap-types1": "integer"
      }
    ]
  }
}

a1_inform-user-communities_schema:

Container class for defining communities for a inform host

inform-user-community: object[]

Unencrpted Community name associated with a inform host

object
port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "inform-user-community": [
    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

a1_inform-user-community_schema:

port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

a1_inform-encrypted-user-communities_schema:

Container class for defining Clear/encrypt communities for a inform host

inform-encrypted-user-community: object[]

Clear/Encrypt Community name associated with a inform host

object
port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "inform-encrypted-user-community": [
    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

a1_inform-encrypted-user-community_schema:

port: string

UDP port number

version: string

SNMP Version to be used v2c/v3

community-name: string

SNMPv2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072 ,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

a1_default-user-communities_schema:

Container class for defining communities for a trap host

default-user-community: object[]

Unencrpted Community name associated with a trap host

object
port: string

UDP port number

version: string

SNMP Version to be used v1/v2c/v3

community-name: string

SNMPv1/v2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "default-user-community": [
    {
      "port": "string",
      "version": "string",
      "community-name": "string",
      "basic-trap-types": "integer",
      "advanced-trap-types2": "integer",
      "security-level": "string",
      "advanced-trap-types1": "integer"
    }
  ]
}

a1_default-user-community_schema:

port: string

UDP port number

version: string

SNMP Version to be used v1/v2c/v3

community-name: string

SNMPv1/v2c community string or SNMPv3 user

basic-trap-types: integer

Number to signify the feature traps that needs to be setBasicTrapTypes is used for all traps except copy-completeSet this value to an integer corresponding to the trapBGP 8192, CONFIG 4096,SYSLOG 131072,SNMP_TRAP 1COPY_COMPLETE_TRAP 64To provide a combination of trap Add the respective numbersValue must be set to 0 for all traps

advanced-trap-types2: integer

Number to signify the feature traps that needs to be setvalue should always to set as 0

security-level: string no-authentication, authentication, privacy

Security level to be used noauth/auth/priv

advanced-trap-types1: integer

Number to signify the feature traps that needs to be setUse this for providing copy-complete trapValue must be set to 0 if not used

Example
{
  "port": "string",
  "version": "string",
  "community-name": "string",
  "basic-trap-types": "integer",
  "advanced-trap-types2": "integer",
  "security-level": "string",
  "advanced-trap-types1": "integer"
}

a1_contexts_schema:

List of Context Names

context: object[]

Context Name

object
context-name: string

Context Name

Example
{
  "context": [
    {
      "context-name": "string"
    }
  ]
}

a1_context_schema:

context-name: string

Context Name

Example
{
  "context-name": "string"
}

a1_context-mappings_schema:

List of context names

context-mapping: object[]

Context mapping name

object
context-mapping-name: string

Context mapping name

vrf-name: string

VRF name associated with the context

topology-name: string

Topology name associated with the context

context: string vrf, bridge, ospf, ospfv3

SNMP context feature type

instance-name: string

OSPF protocol instance

Example
{
  "context-mapping": [
    {
      "context-mapping-name": "string",
      "vrf-name": "string",
      "topology-name": "string",
      "context": "string",
      "instance-name": "string"
    }
  ]
}

a1_context-mapping_schema:

context-mapping-name: string

Context mapping name

vrf-name: string

VRF name associated with the context

topology-name: string

Topology name associated with the context

context: string vrf, bridge, ospf, ospfv3

SNMP context feature type

instance-name: string

OSPF protocol instance

Example
{
  "context-mapping-name": "string",
  "vrf-name": "string",
  "topology-name": "string",
  "context": "string",
  "instance-name": "string"
}

a1_groups_schema:

Define a User Security Model group

group: object[]

Name of the group

object
name: string

Name of the group

write-view: string

write view name

snmp-version: string v1, v2c, v3

snmp version

context-name: string

Context name

security-model: string no-authentication, authentication, privacy

security model like auth/noAuth/Priv applicable for v3

v6acl-type: string ipv4, ipv6

Access-list type

v6-access-list: string

Ipv6 Access-list name

read-view: string

read view name

v4acl-type: string ipv4, ipv6

Access-list type

v4-access-list: string

Ipv4 Access-list name

notify-view: string

notify view name

Example
{
  "group": [
    {
      "name": "string",
      "write-view": "string",
      "snmp-version": "string",
      "context-name": "string",
      "security-model": "string",
      "v6acl-type": "string",
      "v6-access-list": "string",
      "read-view": "string",
      "v4acl-type": "string",
      "v4-access-list": "string",
      "notify-view": "string"
    }
  ]
}

a1_group_schema:

name: string

Name of the group

write-view: string

write view name

snmp-version: string v1, v2c, v3

snmp version

context-name: string

Context name

security-model: string no-authentication, authentication, privacy

security model like auth/noAuth/Priv applicable for v3

v6acl-type: string ipv4, ipv6

Access-list type

v6-access-list: string

Ipv6 Access-list name

read-view: string

read view name

v4acl-type: string ipv4, ipv6

Access-list type

v4-access-list: string

Ipv4 Access-list name

notify-view: string

notify view name

Example
{
  "name": "string",
  "write-view": "string",
  "snmp-version": "string",
  "context-name": "string",
  "security-model": "string",
  "v6acl-type": "string",
  "v6-access-list": "string",
  "read-view": "string",
  "v4acl-type": "string",
  "v4-access-list": "string",
  "notify-view": "string"
}

a1_mib_schema:

mib

Example